Единая платформа цифрового здравоохранения Узбекистана
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-episodeofcare | Версия: 0.5.0 | ||||
| Active по состоянию на 2026-06-05 | Вычисляемое имя: UZCoreEpisodeOfCare | ||||
Uzbekistan Core profile for EpisodeOfCare, representing a patient's period of long-term care such as pregnancy care or chronic disease management.
Машинный перевод, требуется проверка человеком. Эта страница автоматически переведена с английского языка с помощью искусственного интеллекта и пока не проверена редактором. При любых расхождениях приоритет имеет оригинальная англоязычная версия.
UZ Core EpisodeOfCare объединяет серию Encounters в один непрерывный случай оказания помощи, управляемый организацией на Платформе цифрового здравоохранения - например, маршрут ведения беременности или программу управления хроническим заболеванием. Он привязан к своему Patient, принадлежит управляющей Organization и охватывает одно или несколько Conditions. Осознанно решайте, открывать ли новый эпизод или повторно использовать существующий: эпизод острого, излечимого состояния закрывается после выздоровления пациента, тогда как эпизод пожизненного хронического состояния остаётся активным в течение многих лет и может передаваться между организациями.
Перечисленные ниже элементы должны всегда присутствовать (обязательные) либо должны поддерживаться при наличии данных (Must Support) - не все из них являются обязательными, но ваша система должна заполнять каждый элемент Must Support при наличии соответствующих данных и обрабатывать его при получении. Это удобочитаемое для человека резюме; формальные представления ниже задают точные кардинальности, типы и терминологические связки.
Этот профиль не добавляет собственных обязательных кардинальностей. Обязательные элементы унаследованы от базового ресурса: статус (planned | active | onhold | finished | cancelled …) и пациент.
status и его period);use и value (Condition, Procedure, Observation или HealthcareService);Один EpisodeOfCare охватывает множество Encounters - связывайте каждый визит обратно с эпизодом через
episodeOfCareв Encounter, вместо того чтобы открывать новый эпизод на каждый визит.
Приведённые ниже примеры строятся от реалистичного эпизода к полному случаю оказания помощи. Скопируйте один из них и адаптируйте - каждое показанное значение проходит валидацию по этому профилю. Полные эталонные экземпляры приведены по ссылкам внизу страницы (профилактический эпизод, эпизод беременности).
На практике вы отправляете то, что позволяет платформе управлять эпизодом и находить его: бизнес-identifier, type, классифицирующий эпизод, managingOrganization, координирующую помощь, Patient, которого он касается, и period, в течение которого он длится. careManager (координирующий практик) - это лицо, к которому следует обращаться по поводу данного случая:
{
"resourceType": "EpisodeOfCare",
"meta": {
"profile": ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-episodeofcare"]
},
"identifier": [
{
"system": "http://dhp.uz/ids/episode-of-care",
"value": "EOC-2025-0001"
}
],
"status": "active",
"type": [
{
"coding": [{ "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-type-cs", "code": "mserv-0001-00001" }],
"text": "Preventive services"
}
],
"patient": { "reference": "Patient/example-salim" },
"managingOrganization": { "reference": "Organization/example-organization" },
"careManager": { "reference": "Practitioner/example-practitioner" },
"period": { "start": "2025-08-01" }
}
patient, managingOrganization и careManager - это простые типы Reference, целевой объект находится прямо в reference. Не указывайте period.end, пока эпизод ещё открыт; добавляйте его только при закрытии случая.
Клиническое содержание эпизода - это его reason (почему оказывается помощь) и его diagnosis (рассматриваемые состояния). И reason.value, и diagnosis.condition являются типами CodeableReference, поэтому ссылка находится на один уровень глубже ({ "reference": { "reference": "..." } }), чем простые ссылки выше. Каждый diagnosis.use фиксирует роль данного диагноза (здесь DD, основной диагноз):
{
"resourceType": "EpisodeOfCare",
"meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-episodeofcare" ] },
"status": "active",
"patient": { "reference": "Patient/example-salim" },
"managingOrganization": { "reference": "Organization/example-organization" },
"reason": [
{
"use": {
"coding": [
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-reason-use-cs",
"code": "mserv-0002-00002"
}
],
"text": "Preventive visit"
},
"value": [ { "reference": { "reference": "Condition/example-headache" } } ]
}
],
"diagnosis": [
{
"condition": [ { "reference": { "reference": "Condition/example-headache" } } ],
"use": {
"coding": [
{ "system": "http://terminology.hl7.org/CodeSystem/diagnosis-role", "code": "DD" }
],
"text": "Primary diagnosis"
}
}
]
}
reason.value может указывать на Condition, Procedure, Observation или HealthcareService; diagnosis.condition должен быть Condition.
Длительный эпизод проходит через несколько статусов - он может быть planned, затем active, затем finished. Установите текущее значение в status; зафиксируйте каждое предыдущее состояние в statusHistory, где каждая запись содержит прошлый status и period, который он охватывал:
{
"resourceType": "EpisodeOfCare",
"meta": {
"profile": ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-episodeofcare"]
},
"status": "planned",
"patient": { "reference": "Patient/example-emma" },
"statusHistory": [
{
"status": "active",
"period": { "start": "2025-08-16", "end": "2025-09-01" }
}
]
}
Каждый statusHistory.status берётся из того же набора значений, что и status. Используйте это для ведения журнала аудита, когда, например, эпизод хронического заболевания переводится в onhold и позже возобновляется.
Примеры вызовов API и образец полезной нагрузки см. в разделе Быстрый старт внизу этой страницы.
Использование:
You can also check for usages in the FHIR IG Statistics
Описание профилей, дифференциалов, снимков и их представлений.
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | EpisodeOfCare(5.0.0) | An association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility | |
![]() ![]() |
?!Σ | 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 | Идентификатор, соответствующий этому Episode of Care |
![]() ![]() |
?!SΣ | 1..1 | code | Текущий статус Episode of Care Привязка: EpisodeOfCareStatusVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | BackboneElement | Список прошлых кодов статуса |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
S | 1..1 | code | Прошлый статус Episode of Care Привязка: EpisodeOfCareStatusVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 1..1 | Period | Продолжительность EpisodeOfCare в указанном статусе |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Классификация типа эпизода оказания помощи Привязка: EpisodeOfCareTypeVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..* | BackboneElement | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощи |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Для чего/как следует использовать значение причины Привязка: EpisodeOfCareReasonUseVS (0.5.0) (required) |
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0) | UZ Core Procedure(0.5.0) | UZ Core Observation(0.5.0) | UZ Core HealthcareService(0.5.0)) | Медицинская причина, требующая рассмотрения Привязка: ICD10Codes (required) |
![]() ![]() |
Σ | 0..* | BackboneElement | The list of medical conditions that were addressed during the episode of care |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0)) | Диагноз, относящийся к встрече МКБ-10 Привязка: ICD10Codes (required) |
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Роль диагноза в эпизоде оказания помощи Привязка: EncounterDiagnosisUse (preferred): The type of diagnosis this condition represents. |
![]() ![]() |
SΣ | 1..1 | Reference(UZ Core Patient(0.5.0)) | Пациент, относящийся к данному эпизоду оказания помощи |
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Organization(0.5.0)) | Организация, которая берет на себя ответственность за координацию ухода |
![]() ![]() |
SΣ | 0..1 | Period | Interval during responsibility is assumed |
![]() ![]() |
S | 0..* | Reference(ServiceRequest) | Originating Referral Request(s) |
![]() ![]() |
S | 0..1 | Reference(UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0)) | Координатор по уходу за пациентом |
![]() ![]() |
S | 0..* | Reference(CareTeam) | Другие специалисты, оказывающие помощь в этом эпизоде лечения |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| EpisodeOfCare.status | Base | required | EpisodeOfCare status value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.statusHistory.status | Base | required | EpisodeOfCare status value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.type | Base | required | EpisodeOfCare type value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.reason.use | Base | required | EpisodeOfCare reason use value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.reason.value | Base | required | ICD-10 Codes | 📍5.0.0 | Стандарт FHIR |
| EpisodeOfCare.diagnosis.condition | Base | required | ICD-10 Codes | 📍5.0.0 | Стандарт FHIR |
| EpisodeOfCare.diagnosis.use | Base | preferred | Encounter Diagnosis Use | 📍5.0.0 | Стандарт FHIR |
| Id | Градация | Путь(и) | Описание | Выражение |
| dom-2 | error | EpisodeOfCare | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | EpisodeOfCare | 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 | EpisodeOfCare | 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 | EpisodeOfCare | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | лучшая практика | EpisodeOfCare | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | EpisodeOfCare.implicitRules, EpisodeOfCare.modifierExtension, EpisodeOfCare.identifier, EpisodeOfCare.status, EpisodeOfCare.statusHistory, EpisodeOfCare.statusHistory.modifierExtension, EpisodeOfCare.statusHistory.status, EpisodeOfCare.statusHistory.period, EpisodeOfCare.type, EpisodeOfCare.reason, EpisodeOfCare.reason.modifierExtension, EpisodeOfCare.reason.use, EpisodeOfCare.reason.value, EpisodeOfCare.diagnosis, EpisodeOfCare.diagnosis.modifierExtension, EpisodeOfCare.diagnosis.condition, EpisodeOfCare.diagnosis.use, EpisodeOfCare.patient, EpisodeOfCare.managingOrganization, EpisodeOfCare.period, EpisodeOfCare.referralRequest, EpisodeOfCare.careManager, EpisodeOfCare.careTeam | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | EpisodeOfCare.modifierExtension, EpisodeOfCare.statusHistory.modifierExtension, EpisodeOfCare.reason.modifierExtension, EpisodeOfCare.diagnosis.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | EpisodeOfCare(5.0.0) | An association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility | |
![]() ![]() |
S | 0..* | Identifier | Идентификатор, соответствующий этому Episode of Care |
![]() ![]() |
S | 1..1 | code | Текущий статус Episode of Care Привязка: EpisodeOfCareStatusVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | BackboneElement | Список прошлых кодов статуса |
![]() ![]() ![]() |
S | 1..1 | code | Прошлый статус Episode of Care Привязка: EpisodeOfCareStatusVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 1..1 | Period | Продолжительность EpisodeOfCare в указанном статусе |
![]() ![]() |
S | 0..* | CodeableConcept | Классификация типа эпизода оказания помощи Привязка: EpisodeOfCareTypeVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | BackboneElement | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощи |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Для чего/как следует использовать значение причины Привязка: EpisodeOfCareReasonUseVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..* | CodeableReference(UZ Core Condition(0.5.0) | UZ Core Procedure(0.5.0) | UZ Core Observation(0.5.0) | UZ Core HealthcareService(0.5.0)) | Медицинская причина, требующая рассмотрения Привязка: ICD10Codes (required) |
![]() ![]() |
||||
![]() ![]() ![]() |
S | 0..* | CodeableReference(UZ Core Condition(0.5.0)) | Диагноз, относящийся к встрече МКБ-10 Привязка: ICD10Codes (required) |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Роль диагноза в эпизоде оказания помощи |
![]() ![]() |
S | 1..1 | Reference(UZ Core Patient(0.5.0)) | Пациент, относящийся к данному эпизоду оказания помощи |
![]() ![]() |
S | 0..1 | Reference(UZ Core Organization(0.5.0)) | Организация, которая берет на себя ответственность за координацию ухода |
![]() ![]() |
S | 0..1 | Period | Interval during responsibility is assumed |
![]() ![]() |
S | 0..* | Reference(ServiceRequest) | Originating Referral Request(s) |
![]() ![]() |
S | 0..1 | Reference(UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0)) | Координатор по уходу за пациентом |
![]() ![]() |
S | 0..* | Reference(CareTeam) | Другие специалисты, оказывающие помощь в этом эпизоде лечения |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| EpisodeOfCare.status | Base | required | EpisodeOfCare status value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.statusHistory.status | Base | required | EpisodeOfCare status value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.type | Base | required | EpisodeOfCare type value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.reason.use | Base | required | EpisodeOfCare reason use value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.reason.value | Base | required | ICD-10 Codes | 📍5.0.0 | Стандарт FHIR |
| EpisodeOfCare.diagnosis.condition | Base | required | ICD-10 Codes | 📍5.0.0 | Стандарт FHIR |
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | EpisodeOfCare(5.0.0) | An association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility | |||||
![]() ![]() |
Σ | 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 | Идентификатор, соответствующий этому Episode of Care | ||||
![]() ![]() |
?!SΣ | 1..1 | code | Текущий статус Episode of Care Привязка: EpisodeOfCareStatusVS (0.5.0) (required) | ||||
![]() ![]() |
S | 0..* | BackboneElement | Список прошлых кодов статуса | ||||
![]() ![]() ![]() |
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 | ||||
![]() ![]() ![]() |
S | 1..1 | code | Прошлый статус Episode of Care Привязка: EpisodeOfCareStatusVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
S | 1..1 | Period | Продолжительность EpisodeOfCare в указанном статусе | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Классификация типа эпизода оказания помощи Привязка: EpisodeOfCareTypeVS (0.5.0) (required) | ||||
![]() ![]() |
SΣ | 0..* | BackboneElement | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощи | ||||
![]() ![]() ![]() |
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 | ||||
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Для чего/как следует использовать значение причины Привязка: EpisodeOfCareReasonUseVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0) | UZ Core Procedure(0.5.0) | UZ Core Observation(0.5.0) | UZ Core HealthcareService(0.5.0)) | Медицинская причина, требующая рассмотрения Привязка: ICD10Codes (required) | ||||
![]() ![]() |
Σ | 0..* | BackboneElement | The list of medical conditions that were addressed during the episode 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 | ||||
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0)) | Диагноз, относящийся к встрече МКБ-10 Привязка: ICD10Codes (required) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Роль диагноза в эпизоде оказания помощи Привязка: EncounterDiagnosisUse (preferred): The type of diagnosis this condition represents. | ||||
![]() ![]() |
SΣ | 1..1 | Reference(UZ Core Patient(0.5.0)) | Пациент, относящийся к данному эпизоду оказания помощи | ||||
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Organization(0.5.0)) | Организация, которая берет на себя ответственность за координацию ухода | ||||
![]() ![]() |
SΣ | 0..1 | Period | Interval during responsibility is assumed | ||||
![]() ![]() |
S | 0..* | Reference(ServiceRequest) | Originating Referral Request(s) | ||||
![]() ![]() |
S | 0..1 | Reference(UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0)) | Координатор по уходу за пациентом | ||||
![]() ![]() |
S | 0..* | Reference(CareTeam) | Другие специалисты, оказывающие помощь в этом эпизоде лечения | ||||
![]() ![]() |
0..* | Reference(Account) | The set of accounts that may be used for billing for this EpisodeOfCare | |||||
Документация для этого формата | ||||||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| EpisodeOfCare.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| EpisodeOfCare.status | Base | required | EpisodeOfCare status value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.statusHistory.status | Base | required | EpisodeOfCare status value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.type | Base | required | EpisodeOfCare type value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.reason.use | Base | required | EpisodeOfCare reason use value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.reason.value | Base | required | ICD-10 Codes | 📍5.0.0 | Стандарт FHIR |
| EpisodeOfCare.diagnosis.condition | Base | required | ICD-10 Codes | 📍5.0.0 | Стандарт FHIR |
| EpisodeOfCare.diagnosis.use | Base | preferred | Encounter Diagnosis Use | 📍5.0.0 | Стандарт FHIR |
| Id | Градация | Путь(и) | Описание | Выражение |
| dom-2 | error | EpisodeOfCare | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | EpisodeOfCare | 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 | EpisodeOfCare | 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 | EpisodeOfCare | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | лучшая практика | EpisodeOfCare | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | EpisodeOfCare.meta, EpisodeOfCare.implicitRules, EpisodeOfCare.language, EpisodeOfCare.text, EpisodeOfCare.extension, EpisodeOfCare.modifierExtension, EpisodeOfCare.identifier, EpisodeOfCare.status, EpisodeOfCare.statusHistory, EpisodeOfCare.statusHistory.extension, EpisodeOfCare.statusHistory.modifierExtension, EpisodeOfCare.statusHistory.status, EpisodeOfCare.statusHistory.period, EpisodeOfCare.type, EpisodeOfCare.reason, EpisodeOfCare.reason.extension, EpisodeOfCare.reason.modifierExtension, EpisodeOfCare.reason.use, EpisodeOfCare.reason.value, EpisodeOfCare.diagnosis, EpisodeOfCare.diagnosis.extension, EpisodeOfCare.diagnosis.modifierExtension, EpisodeOfCare.diagnosis.condition, EpisodeOfCare.diagnosis.use, EpisodeOfCare.patient, EpisodeOfCare.managingOrganization, EpisodeOfCare.period, EpisodeOfCare.referralRequest, EpisodeOfCare.careManager, EpisodeOfCare.careTeam, EpisodeOfCare.account | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | EpisodeOfCare.extension, EpisodeOfCare.modifierExtension, EpisodeOfCare.statusHistory.extension, EpisodeOfCare.statusHistory.modifierExtension, EpisodeOfCare.reason.extension, EpisodeOfCare.reason.modifierExtension, EpisodeOfCare.diagnosis.extension, EpisodeOfCare.diagnosis.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Summary
Обязательная поддержка: 17 элементs
Структуры
Эта структура относится к этим другим структурам:
Просмотр ключевых элементов
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | EpisodeOfCare(5.0.0) | An association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility | |
![]() ![]() |
?!Σ | 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 | Идентификатор, соответствующий этому Episode of Care |
![]() ![]() |
?!SΣ | 1..1 | code | Текущий статус Episode of Care Привязка: EpisodeOfCareStatusVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | BackboneElement | Список прошлых кодов статуса |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
S | 1..1 | code | Прошлый статус Episode of Care Привязка: EpisodeOfCareStatusVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 1..1 | Period | Продолжительность EpisodeOfCare в указанном статусе |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Классификация типа эпизода оказания помощи Привязка: EpisodeOfCareTypeVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..* | BackboneElement | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощи |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Для чего/как следует использовать значение причины Привязка: EpisodeOfCareReasonUseVS (0.5.0) (required) |
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0) | UZ Core Procedure(0.5.0) | UZ Core Observation(0.5.0) | UZ Core HealthcareService(0.5.0)) | Медицинская причина, требующая рассмотрения Привязка: ICD10Codes (required) |
![]() ![]() |
Σ | 0..* | BackboneElement | The list of medical conditions that were addressed during the episode of care |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0)) | Диагноз, относящийся к встрече МКБ-10 Привязка: ICD10Codes (required) |
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Роль диагноза в эпизоде оказания помощи Привязка: EncounterDiagnosisUse (preferred): The type of diagnosis this condition represents. |
![]() ![]() |
SΣ | 1..1 | Reference(UZ Core Patient(0.5.0)) | Пациент, относящийся к данному эпизоду оказания помощи |
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Organization(0.5.0)) | Организация, которая берет на себя ответственность за координацию ухода |
![]() ![]() |
SΣ | 0..1 | Period | Interval during responsibility is assumed |
![]() ![]() |
S | 0..* | Reference(ServiceRequest) | Originating Referral Request(s) |
![]() ![]() |
S | 0..1 | Reference(UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0)) | Координатор по уходу за пациентом |
![]() ![]() |
S | 0..* | Reference(CareTeam) | Другие специалисты, оказывающие помощь в этом эпизоде лечения |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| EpisodeOfCare.status | Base | required | EpisodeOfCare status value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.statusHistory.status | Base | required | EpisodeOfCare status value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.type | Base | required | EpisodeOfCare type value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.reason.use | Base | required | EpisodeOfCare reason use value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.reason.value | Base | required | ICD-10 Codes | 📍5.0.0 | Стандарт FHIR |
| EpisodeOfCare.diagnosis.condition | Base | required | ICD-10 Codes | 📍5.0.0 | Стандарт FHIR |
| EpisodeOfCare.diagnosis.use | Base | preferred | Encounter Diagnosis Use | 📍5.0.0 | Стандарт FHIR |
| Id | Градация | Путь(и) | Описание | Выражение |
| dom-2 | error | EpisodeOfCare | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | EpisodeOfCare | 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 | EpisodeOfCare | 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 | EpisodeOfCare | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | лучшая практика | EpisodeOfCare | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | EpisodeOfCare.implicitRules, EpisodeOfCare.modifierExtension, EpisodeOfCare.identifier, EpisodeOfCare.status, EpisodeOfCare.statusHistory, EpisodeOfCare.statusHistory.modifierExtension, EpisodeOfCare.statusHistory.status, EpisodeOfCare.statusHistory.period, EpisodeOfCare.type, EpisodeOfCare.reason, EpisodeOfCare.reason.modifierExtension, EpisodeOfCare.reason.use, EpisodeOfCare.reason.value, EpisodeOfCare.diagnosis, EpisodeOfCare.diagnosis.modifierExtension, EpisodeOfCare.diagnosis.condition, EpisodeOfCare.diagnosis.use, EpisodeOfCare.patient, EpisodeOfCare.managingOrganization, EpisodeOfCare.period, EpisodeOfCare.referralRequest, EpisodeOfCare.careManager, EpisodeOfCare.careTeam | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | EpisodeOfCare.modifierExtension, EpisodeOfCare.statusHistory.modifierExtension, EpisodeOfCare.reason.modifierExtension, EpisodeOfCare.diagnosis.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Дифференциальный вид
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | EpisodeOfCare(5.0.0) | An association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility | |
![]() ![]() |
S | 0..* | Identifier | Идентификатор, соответствующий этому Episode of Care |
![]() ![]() |
S | 1..1 | code | Текущий статус Episode of Care Привязка: EpisodeOfCareStatusVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | BackboneElement | Список прошлых кодов статуса |
![]() ![]() ![]() |
S | 1..1 | code | Прошлый статус Episode of Care Привязка: EpisodeOfCareStatusVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 1..1 | Period | Продолжительность EpisodeOfCare в указанном статусе |
![]() ![]() |
S | 0..* | CodeableConcept | Классификация типа эпизода оказания помощи Привязка: EpisodeOfCareTypeVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | BackboneElement | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощи |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Для чего/как следует использовать значение причины Привязка: EpisodeOfCareReasonUseVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..* | CodeableReference(UZ Core Condition(0.5.0) | UZ Core Procedure(0.5.0) | UZ Core Observation(0.5.0) | UZ Core HealthcareService(0.5.0)) | Медицинская причина, требующая рассмотрения Привязка: ICD10Codes (required) |
![]() ![]() |
||||
![]() ![]() ![]() |
S | 0..* | CodeableReference(UZ Core Condition(0.5.0)) | Диагноз, относящийся к встрече МКБ-10 Привязка: ICD10Codes (required) |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Роль диагноза в эпизоде оказания помощи |
![]() ![]() |
S | 1..1 | Reference(UZ Core Patient(0.5.0)) | Пациент, относящийся к данному эпизоду оказания помощи |
![]() ![]() |
S | 0..1 | Reference(UZ Core Organization(0.5.0)) | Организация, которая берет на себя ответственность за координацию ухода |
![]() ![]() |
S | 0..1 | Period | Interval during responsibility is assumed |
![]() ![]() |
S | 0..* | Reference(ServiceRequest) | Originating Referral Request(s) |
![]() ![]() |
S | 0..1 | Reference(UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0)) | Координатор по уходу за пациентом |
![]() ![]() |
S | 0..* | Reference(CareTeam) | Другие специалисты, оказывающие помощь в этом эпизоде лечения |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| EpisodeOfCare.status | Base | required | EpisodeOfCare status value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.statusHistory.status | Base | required | EpisodeOfCare status value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.type | Base | required | EpisodeOfCare type value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.reason.use | Base | required | EpisodeOfCare reason use value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.reason.value | Base | required | ICD-10 Codes | 📍5.0.0 | Стандарт FHIR |
| EpisodeOfCare.diagnosis.condition | Base | required | ICD-10 Codes | 📍5.0.0 | Стандарт FHIR |
Обзор моментальных снимковView
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | EpisodeOfCare(5.0.0) | An association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility | |||||
![]() ![]() |
Σ | 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 | Идентификатор, соответствующий этому Episode of Care | ||||
![]() ![]() |
?!SΣ | 1..1 | code | Текущий статус Episode of Care Привязка: EpisodeOfCareStatusVS (0.5.0) (required) | ||||
![]() ![]() |
S | 0..* | BackboneElement | Список прошлых кодов статуса | ||||
![]() ![]() ![]() |
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 | ||||
![]() ![]() ![]() |
S | 1..1 | code | Прошлый статус Episode of Care Привязка: EpisodeOfCareStatusVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
S | 1..1 | Period | Продолжительность EpisodeOfCare в указанном статусе | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Классификация типа эпизода оказания помощи Привязка: EpisodeOfCareTypeVS (0.5.0) (required) | ||||
![]() ![]() |
SΣ | 0..* | BackboneElement | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощи | ||||
![]() ![]() ![]() |
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 | ||||
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Для чего/как следует использовать значение причины Привязка: EpisodeOfCareReasonUseVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0) | UZ Core Procedure(0.5.0) | UZ Core Observation(0.5.0) | UZ Core HealthcareService(0.5.0)) | Медицинская причина, требующая рассмотрения Привязка: ICD10Codes (required) | ||||
![]() ![]() |
Σ | 0..* | BackboneElement | The list of medical conditions that were addressed during the episode 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 | ||||
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0)) | Диагноз, относящийся к встрече МКБ-10 Привязка: ICD10Codes (required) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Роль диагноза в эпизоде оказания помощи Привязка: EncounterDiagnosisUse (preferred): The type of diagnosis this condition represents. | ||||
![]() ![]() |
SΣ | 1..1 | Reference(UZ Core Patient(0.5.0)) | Пациент, относящийся к данному эпизоду оказания помощи | ||||
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Organization(0.5.0)) | Организация, которая берет на себя ответственность за координацию ухода | ||||
![]() ![]() |
SΣ | 0..1 | Period | Interval during responsibility is assumed | ||||
![]() ![]() |
S | 0..* | Reference(ServiceRequest) | Originating Referral Request(s) | ||||
![]() ![]() |
S | 0..1 | Reference(UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0)) | Координатор по уходу за пациентом | ||||
![]() ![]() |
S | 0..* | Reference(CareTeam) | Другие специалисты, оказывающие помощь в этом эпизоде лечения | ||||
![]() ![]() |
0..* | Reference(Account) | The set of accounts that may be used for billing for this EpisodeOfCare | |||||
Документация для этого формата | ||||||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| EpisodeOfCare.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| EpisodeOfCare.status | Base | required | EpisodeOfCare status value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.statusHistory.status | Base | required | EpisodeOfCare status value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.type | Base | required | EpisodeOfCare type value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.reason.use | Base | required | EpisodeOfCare reason use value set | 📍0.5.0 | этот IG |
| EpisodeOfCare.reason.value | Base | required | ICD-10 Codes | 📍5.0.0 | Стандарт FHIR |
| EpisodeOfCare.diagnosis.condition | Base | required | ICD-10 Codes | 📍5.0.0 | Стандарт FHIR |
| EpisodeOfCare.diagnosis.use | Base | preferred | Encounter Diagnosis Use | 📍5.0.0 | Стандарт FHIR |
| Id | Градация | Путь(и) | Описание | Выражение |
| dom-2 | error | EpisodeOfCare | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | EpisodeOfCare | 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 | EpisodeOfCare | 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 | EpisodeOfCare | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | лучшая практика | EpisodeOfCare | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | EpisodeOfCare.meta, EpisodeOfCare.implicitRules, EpisodeOfCare.language, EpisodeOfCare.text, EpisodeOfCare.extension, EpisodeOfCare.modifierExtension, EpisodeOfCare.identifier, EpisodeOfCare.status, EpisodeOfCare.statusHistory, EpisodeOfCare.statusHistory.extension, EpisodeOfCare.statusHistory.modifierExtension, EpisodeOfCare.statusHistory.status, EpisodeOfCare.statusHistory.period, EpisodeOfCare.type, EpisodeOfCare.reason, EpisodeOfCare.reason.extension, EpisodeOfCare.reason.modifierExtension, EpisodeOfCare.reason.use, EpisodeOfCare.reason.value, EpisodeOfCare.diagnosis, EpisodeOfCare.diagnosis.extension, EpisodeOfCare.diagnosis.modifierExtension, EpisodeOfCare.diagnosis.condition, EpisodeOfCare.diagnosis.use, EpisodeOfCare.patient, EpisodeOfCare.managingOrganization, EpisodeOfCare.period, EpisodeOfCare.referralRequest, EpisodeOfCare.careManager, EpisodeOfCare.careTeam, EpisodeOfCare.account | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | EpisodeOfCare.extension, EpisodeOfCare.modifierExtension, EpisodeOfCare.statusHistory.extension, EpisodeOfCare.statusHistory.modifierExtension, EpisodeOfCare.reason.extension, EpisodeOfCare.reason.modifierExtension, EpisodeOfCare.diagnosis.extension, EpisodeOfCare.diagnosis.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Summary
Обязательная поддержка: 17 элементs
Структуры
Эта структура относится к этим другим структурам:
Другие представления профиля: CSV, Excel, Schematron
Машинный перевод, требуется проверка человеком. Эта страница автоматически переведена с английского языка с помощью искусственного интеллекта и пока не проверена редактором. При любых расхождениях приоритет имеет оригинальная англоязычная версия.
Типовые варианты взаимодействия с API для этого профиля. Запросы требуют JWT-токена доступа - см. Безопасность и аутентификация. [base] - это базовый URL FHIR-сервера; | отделяет систему от значения и должен быть закодирован в URL как %7C.
Чтение по идентификатору сервера
GET [base]/EpisodeOfCare/[id]
Поиск случаев обслуживания
GET [base]/EpisodeOfCare?patient=Patient/[id]
GET [base]/EpisodeOfCare?patient=Patient/[id]&status=active
GET [base]/EpisodeOfCare?patient=Patient/[id]&type=http://terminology.dhp.uz/...%7C...
GET [base]/EpisodeOfCare?patient=Patient/[id]&date=ge2025-01-01
GET [base]/EpisodeOfCare?organization=Organization/[id]
GET [base]/EpisodeOfCare?care-manager=Practitioner/[id]
Создание
POST [base]/EpisodeOfCare
{
"resourceType": "EpisodeOfCare",
"meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-episodeofcare" ] },
"status": "active",
"patient": { "reference": "Patient/[id]" },
"managingOrganization": { "reference": "Organization/[id]" },
...
}
Обновление (например, закрыть случай, установив status в finished и period.end, либо передать его в другую managingOrganization) - выполните PUT с полным ресурсом:
PUT [base]/EpisodeOfCare/[id]
If-Match: W/"3" # the ETag from your last read; 412 if it changed since
Полный список поддерживаемых параметров поиска см. в CapabilityStatement.