Единая платформа цифрового здравоохранения Узбекистана
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-encounter | Версия: 0.5.0 | ||||
| Active по состоянию на 2025-08-01 | Вычисляемое имя: UZCoreEncounter | ||||
Uzbekistan Core Encounter profile, used to represent clinical encounters
Машинный перевод, требуется проверка человеком. Эта страница автоматически переведена с английского языка с помощью искусственного интеллекта и пока не проверена редактором. При любых расхождениях приоритет имеет оригинальная англоязычная версия.
UZ Core Encounter представляет собой единичное взаимодействие между пациентом и системой здравоохранения - визит - на Платформе цифрового здравоохранения. Это опорная точка пути пациента: Observations, Procedures, Conditions, MedicationRequests и клинические документы - все они ссылаются на тот Encounter, к которому относятся. Он фиксирует, где состоялся визит, кто его провёл и какие диагнозы были поставлены в его ходе (каждый из которых указывает на Condition), и может быть сгруппирован в рамках EpisodeOfCare.
Перечисленные ниже элементы должны присутствовать всегда (обязательные) либо должны поддерживаться, когда данные доступны (Must Support) - не все из них являются обязательными, но ваша система должна заполнять каждый Must Support элемент, когда располагает соответствующими данными, и обрабатывать его при получении. Это удобочитаемое резюме; формальные представления ниже задают точные кардинальности, типы и терминологические связки.
Единственными обязательными элементами этого профиля являются статус (planned | in-progress | completed | cancelled …), унаследованный как обязательный от базового ресурса под required связкой, и - когда указано местоположение - ссылка на это местоположение (location.location 1..1), поскольку нельзя указать запись о местоположении, не сообщив, какое именно это место.
use (preferred связка) и value, ссылающимся на Condition, DiagnosticReport, Procedure или Observation;Encounter не может быть установлен в
completed, если дата окончания его периода раньше даты начала - проверьтеactualPeriodперед закрытием визита.
Приведённые ниже примеры выстраивают единичный визит - экстренное стационарное взаимодействие - от минимально необходимого до полной записи о госпитализации. Полный экземпляр - это пример Encounter. Скопируйте этап и адаптируйте его; каждое показанное значение проходит валидацию по этому профилю.
status - единственный строго обязательный элемент, но Encounter полезен только при наличии class (как произошёл контакт - стационарный, амбулаторный, экстренный) и subject, которого он касается. Обратите внимание, что class - это список CodeableConcept:
{
"resourceType": "Encounter",
"meta": { "profile": ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-encounter"] },
"status": "completed",
"class": [
{ "coding": [{ "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "IMP", "display": "Inpatient encounter" }] }
],
"subject": { "reference": "Patient/example-patient" }
}
status, class, priority, type и subjectStatus - каждый использует required связку - значение должно происходить из связанного набора значений (представление Snapshot ниже перечисляет каждый из них).
Заполните, когда это произошло (actualPeriod), какого рода была услуга (type), состояние пациента в её ходе (subjectStatus), кто принимал участие (participant, чей actor ссылается на практикующего специалиста или PractitionerRole), и почему (reason - указывающий на Condition, DiagnosticReport, Procedure или Observation):
{
"resourceType": "Encounter",
"meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-encounter" ] },
"status": "completed",
"class": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "Inpatient encounter"
}
]
}
],
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
"code": "EM",
"display": "Emergency"
}
]
},
"type": [
{
"coding": [
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/encounter-type-cs",
"code": "mserv-0001-00004",
"display": "Treatment services"
}
]
}
],
"subject": { "reference": "Patient/example-patient" },
"subjectStatus": {
"coding": [
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/encounter-subject-status-cs",
"code": "gencl-0003-00001",
"display": "Awake"
}
]
},
"actualPeriod": { "start": "2024-01-01T10:00:00Z", "end": "2024-01-01T11:00:00Z" },
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND",
"display": "attender"
}
]
}
],
"actor": { "reference": "PractitionerRole/example-practitionerrole" },
"period": { "start": "2024-01-01T10:00:00Z", "end": "2024-01-01T11:00:00Z" }
}
],
"reason": [
{
"use": [
{
"coding": [
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/encounter-reason-use-cs",
"code": "mserv-0002-00001",
"display": "Disease"
}
]
}
],
"value": [ { "reference": { "reference": "Condition/example-headache" } } ]
}
]
}
Для госпитализации добавьте список diagnosis (каждый condition - это CodeableReference на Condition), детали admission (источник госпитализации, признак повторной госпитализации, исход выписки - все под required связками) и где это произошло. Если вы включаете запись location, вы должны указать место - location.location является обязательным:
{
"diagnosis": [
{ "condition": [ { "reference": { "reference": "Condition/example-headache" } } ] }
],
"admission": {
"admitSource": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/admit-source",
"code": "psych",
"display": "From psychiatric hospital"
}
]
},
"reAdmission": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0092",
"code": "R",
"display": "Re-admission"
}
]
},
"dischargeDisposition": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "home",
"display": "Home"
}
]
}
},
"location": [
{ "location": { "reference": "Location/example-location" }, "status": "completed" }
]
}
Эти ключи встраиваются в тот же ресурс, что и реалистичный визит выше. Чтобы сгруппировать визит в рамках более продолжительного курса лечения, сошлитесь на EpisodeOfCare через episodeOfCare.
Примеры вызовов API и образец полезной нагрузки см. в разделе Быстрый старт в нижней части этой страницы.
Использование:
You can also check for usages in the FHIR IG Statistics
Описание профилей, дифференциалов, снимков и их представлений.
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Encounter(5.0.0) | An interaction during which services are provided to the patient | |
![]() ![]() |
?!Σ | 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..1 | Identifier | Идентификатор, по которым известна эта встреча |
![]() ![]() |
?!SΣ | 1..1 | code | Текущее состояние встречи Привязка: EncounterStatusVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Классификация встречи с пациентом Привязка: EncounterClassVS (0.5.0) (required) |
![]() ![]() |
S | 0..1 | CodeableConcept | Указывает срочность встречи Привязка: EncounterPriorityVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Конкретный тип встречи Привязка: EncounterTypeVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core HealthcareService(0.5.0)) | Широкая категоризация услуг, которые должны быть предоставлены Привязка: ServiceType (example): Broad categorization of the service that is to be provided. |
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Patient(0.5.0)) | Пациент, связанный с этой встречей |
![]() ![]() |
S | 0..1 | CodeableConcept | Отслеживание статуса пациента в ходе встречи Привязка: EncounterSubjectStatusVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..* | Reference(EpisodeOfCare) | Эпизод(ы) ухода, в отношении которого следует записать эту встречу |
![]() ![]() |
S | 0..* | Reference(CarePlan | DeviceRequest | MedicationRequest | ServiceRequest) | Запрос, который инициировал эту встречу |
![]() ![]() |
S | 0..* | Reference(CareTeam) | Группа(ы), выделенная для участия в этой встрече |
![]() ![]() |
S | 0..1 | Reference(Encounter) | Другая встреча, частью которой является данная встреча |
![]() ![]() |
S | 0..1 | Reference(Organization) | Организация (учреждение), ответственная за данную встречу |
![]() ![]() |
SΣC | 0..* | BackboneElement | Роль участника встречи Constraints: enc-1, enc-2 |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
SΣC | 0..* | CodeableConcept | Role of participant in encounter Привязка: EncounterParticipantTypeVS (0.5.0) (extensible) |
![]() ![]() ![]() |
S | 0..1 | Period | Период времени во время встречи, в котором участвовал участник |
![]() ![]() ![]() |
SΣC | 0..1 | Reference(Patient | Group | RelatedPerson | Practitioner | PractitionerRole | Device | HealthcareService) | Лицо, устройство или служба, участвующее во встрече |
![]() ![]() |
SΣ | 0..* | Reference(Appointment) | Appointment, на котором была запланирована эта встреча |
![]() ![]() |
S | 0..* | VirtualServiceDetail | Телемедицина |
![]() ![]() |
S | 0..1 | Period | Фактическое время начала и окончания встречи |
![]() ![]() |
S | 0..1 | dateTime | Планируемая дата/время начала (или дата приема) встречи |
![]() ![]() |
S | 0..1 | dateTime | Планируемая дата/время окончания (или дата выписки) встречи |
![]() ![]() |
S | 0..1 | Duration | Фактическое количество времени, в течение которого длилась встреча (за вычетом времени отсутствия) |
![]() ![]() |
SΣ | 0..* | BackboneElement | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощи |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
SΣ | 0..* | CodeableConcept | Для чего/как следует использовать значение причины Привязка: EncounterReasonUseVS (0.5.0) (preferred) |
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0) | DiagnosticReport | Procedure | UZ Core Observation(0.5.0)) | Медицинская причина, требующая рассмотрения Привязка: EncounterReasonCodes (preferred): Reason why the encounter takes place. |
![]() ![]() |
SΣ | 0..* | BackboneElement | Список диагнозов, имеющих отношение к данному случаю |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0)) | Диагноз, относящийся к встрече Привязка: ConditionProblemDiagnosisCodes (example) |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …) Привязка: EncounterDiagnosisUse (preferred): The type of diagnosis this condition represents. |
![]() ![]() |
S | 0..* | Reference(Account) | Набор счетов, которые могут быть использованы для выставления счетов за эту встречу |
![]() ![]() |
S | 0..1 | BackboneElement | Подробности о пребывании, во время которого предоставляется медицинская услуга |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
S | 0..1 | Reference(UZ Core Location(0.5.0) | UZ Core Organization(0.5.0)) | Место/организация, из которой пациент прибыл до поступления |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Откуда пациент был принят Привязка: EncounterAdmitSourceVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Указывает, что пациент повторно госпитализирован Привязка: EncounterReAdmissionVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | Reference(Location | Organization) | Место/организация, в которую выписывается пациент |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Категория или вид местоположения после выписки Привязка: EncounterDischargeDispositionVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | BackboneElement | List of locations where the patient has been |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
S | 1..1 | Reference(Location) | Место, где происходит встреча |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| Encounter.status | Base | required | Encounter status translations | 📍0.5.0 | этот IG |
| Encounter.class | Base | required | Encounter class translations | 📍0.5.0 | этот IG |
| Encounter.priority | Base | required | Encounter priority translations | 📍0.5.0 | этот IG |
| Encounter.type | Base | required | Encounter type translations | 📍0.5.0 | этот IG |
| Encounter.serviceType | Base | example | Service Type | 📍5.0.0 | Стандарт FHIR |
| Encounter.subjectStatus | Base | required | Encounter subject status translations | 📍0.5.0 | этот IG |
| Encounter.participant.type | Base | extensible | Encounter participant type translations | 📍0.5.0 | этот IG |
| Encounter.reason.use | Base | preferred | Encounter Reason Use Codes | 📍0.5.0 | этот IG |
| Encounter.reason.value | Base | preferred | Encounter Reason Codes | 📍5.0.0 | Стандарт FHIR |
| Encounter.diagnosis.condition | Base | example | Condition/Problem/Diagnosis Codes | 📍5.0.0 | Стандарт FHIR |
| Encounter.diagnosis.use | Base | preferred | Encounter Diagnosis Use | 📍5.0.0 | Стандарт FHIR |
| Encounter.admission.admitSource | Base | required | Encounter admit source translations | 📍0.5.0 | этот IG |
| Encounter.admission.reAdmission | Base | required | Encounter admission translations | 📍0.5.0 | этот IG |
| Encounter.admission.dischargeDisposition | Base | required | Encounter discharge disposition translations | 📍0.5.0 | этот IG |
| Id | Градация | Путь(и) | Описание | Выражение |
| dom-2 | error | Encounter | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Encounter | 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 | Encounter | 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 | Encounter | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | лучшая практика | Encounter | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | Encounter.implicitRules, Encounter.modifierExtension, Encounter.identifier, Encounter.status, Encounter.class, Encounter.priority, Encounter.type, Encounter.serviceType, Encounter.subject, Encounter.subjectStatus, Encounter.episodeOfCare, Encounter.basedOn, Encounter.careTeam, Encounter.partOf, Encounter.serviceProvider, Encounter.participant, Encounter.participant.modifierExtension, Encounter.participant.type, Encounter.participant.period, Encounter.participant.actor, Encounter.appointment, Encounter.virtualService, Encounter.actualPeriod, Encounter.plannedStartDate, Encounter.plannedEndDate, Encounter.length, Encounter.reason, Encounter.reason.modifierExtension, Encounter.reason.use, Encounter.reason.value, Encounter.diagnosis, Encounter.diagnosis.modifierExtension, Encounter.diagnosis.condition, Encounter.diagnosis.use, Encounter.account, Encounter.admission, Encounter.admission.modifierExtension, Encounter.admission.origin, Encounter.admission.admitSource, Encounter.admission.reAdmission, Encounter.admission.destination, Encounter.admission.dischargeDisposition, Encounter.location, Encounter.location.modifierExtension, Encounter.location.location | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| enc-1 | error | Encounter.participant | A type must be provided when no explicit actor is specified |
actor.exists() or type.exists()
|
| enc-2 | error | Encounter.participant | A type cannot be provided for a patient or group participant |
actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not()
|
| ext-1 | error | Encounter.modifierExtension, Encounter.participant.modifierExtension, Encounter.reason.modifierExtension, Encounter.diagnosis.modifierExtension, Encounter.admission.modifierExtension, Encounter.location.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Encounter(5.0.0) | An interaction during which services are provided to the patient | |
![]() ![]() |
S | 0..1 | Identifier | Идентификатор, по которым известна эта встреча |
![]() ![]() |
S | 1..1 | code | Текущее состояние встречи Привязка: EncounterStatusVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | CodeableConcept | Классификация встречи с пациентом Привязка: EncounterClassVS (0.5.0) (required) |
![]() ![]() |
S | 0..1 | CodeableConcept | Указывает срочность встречи Привязка: EncounterPriorityVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | CodeableConcept | Конкретный тип встречи Привязка: EncounterTypeVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | CodeableReference(UZ Core HealthcareService(0.5.0)) | Широкая категоризация услуг, которые должны быть предоставлены |
![]() ![]() |
S | 0..1 | Reference(UZ Core Patient(0.5.0)) | Пациент, связанный с этой встречей |
![]() ![]() |
S | 0..1 | CodeableConcept | Отслеживание статуса пациента в ходе встречи Привязка: EncounterSubjectStatusVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | Reference(EpisodeOfCare) | Эпизод(ы) ухода, в отношении которого следует записать эту встречу |
![]() ![]() |
S | 0..* | Reference(CarePlan | DeviceRequest | MedicationRequest | ServiceRequest) | Запрос, который инициировал эту встречу |
![]() ![]() |
S | 0..* | Reference(CareTeam) | Группа(ы), выделенная для участия в этой встрече |
![]() ![]() |
S | 0..1 | Reference(Encounter) | Другая встреча, частью которой является данная встреча |
![]() ![]() |
S | 0..1 | Reference(Organization) | Организация (учреждение), ответственная за данную встречу |
![]() ![]() |
S | 0..* | BackboneElement | Роль участника встречи |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Role of participant in encounter Привязка: EncounterParticipantTypeVS (0.5.0) (extensible) |
![]() ![]() ![]() |
S | 0..1 | Period | Период времени во время встречи, в котором участвовал участник |
![]() ![]() ![]() |
S | 0..1 | Reference(Patient | Group | RelatedPerson | Practitioner | PractitionerRole | Device | HealthcareService) | Лицо, устройство или служба, участвующее во встрече |
![]() ![]() |
S | 0..* | Reference(Appointment) | Appointment, на котором была запланирована эта встреча |
![]() ![]() |
S | 0..* | VirtualServiceDetail | Телемедицина |
![]() ![]() |
S | 0..1 | Period | Фактическое время начала и окончания встречи |
![]() ![]() |
S | 0..1 | dateTime | Планируемая дата/время начала (или дата приема) встречи |
![]() ![]() |
S | 0..1 | dateTime | Планируемая дата/время окончания (или дата выписки) встречи |
![]() ![]() |
S | 0..1 | Duration | Фактическое количество времени, в течение которого длилась встреча (за вычетом времени отсутствия) |
![]() ![]() |
S | 0..* | BackboneElement | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощи |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Для чего/как следует использовать значение причины Привязка: EncounterReasonUseVS (0.5.0) (preferred) |
![]() ![]() ![]() |
S | 0..* | CodeableReference(UZ Core Condition(0.5.0) | DiagnosticReport | Procedure | UZ Core Observation(0.5.0)) | Медицинская причина, требующая рассмотрения |
![]() ![]() |
S | 0..* | BackboneElement | Список диагнозов, имеющих отношение к данному случаю |
![]() ![]() ![]() |
S | 0..* | CodeableReference(UZ Core Condition(0.5.0)) | Диагноз, относящийся к встрече |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …) |
![]() ![]() |
S | 0..* | Reference(Account) | Набор счетов, которые могут быть использованы для выставления счетов за эту встречу |
![]() ![]() |
S | 0..1 | BackboneElement | Подробности о пребывании, во время которого предоставляется медицинская услуга |
![]() ![]() ![]() |
S | 0..1 | Reference(UZ Core Location(0.5.0) | UZ Core Organization(0.5.0)) | Место/организация, из которой пациент прибыл до поступления |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Откуда пациент был принят Привязка: EncounterAdmitSourceVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Указывает, что пациент повторно госпитализирован Привязка: EncounterReAdmissionVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | Reference(Location | Organization) | Место/организация, в которую выписывается пациент |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Категория или вид местоположения после выписки Привязка: EncounterDischargeDispositionVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | BackboneElement | List of locations where the patient has been |
![]() ![]() ![]() |
S | 1..1 | Reference(Location) | Место, где происходит встреча |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| Encounter.status | Base | required | Encounter status translations | 📍0.5.0 | этот IG |
| Encounter.class | Base | required | Encounter class translations | 📍0.5.0 | этот IG |
| Encounter.priority | Base | required | Encounter priority translations | 📍0.5.0 | этот IG |
| Encounter.type | Base | required | Encounter type translations | 📍0.5.0 | этот IG |
| Encounter.subjectStatus | Base | required | Encounter subject status translations | 📍0.5.0 | этот IG |
| Encounter.participant.type | Base | extensible | Encounter participant type translations | 📍0.5.0 | этот IG |
| Encounter.reason.use | Base | preferred | Encounter Reason Use Codes | 📍0.5.0 | этот IG |
| Encounter.admission.admitSource | Base | required | Encounter admit source translations | 📍0.5.0 | этот IG |
| Encounter.admission.reAdmission | Base | required | Encounter admission translations | 📍0.5.0 | этот IG |
| Encounter.admission.dischargeDisposition | Base | required | Encounter discharge disposition translations | 📍0.5.0 | этот IG |
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | Encounter(5.0.0) | An interaction during which services are provided to the patient | |||||
![]() ![]() |
Σ | 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..1 | Identifier | Идентификатор, по которым известна эта встреча | ||||
![]() ![]() |
?!SΣ | 1..1 | code | Текущее состояние встречи Привязка: EncounterStatusVS (0.5.0) (required) | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Классификация встречи с пациентом Привязка: EncounterClassVS (0.5.0) (required) | ||||
![]() ![]() |
S | 0..1 | CodeableConcept | Указывает срочность встречи Привязка: EncounterPriorityVS (0.5.0) (required) | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Конкретный тип встречи Привязка: EncounterTypeVS (0.5.0) (required) | ||||
![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core HealthcareService(0.5.0)) | Широкая категоризация услуг, которые должны быть предоставлены Привязка: ServiceType (example): Broad categorization of the service that is to be provided. | ||||
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Patient(0.5.0)) | Пациент, связанный с этой встречей | ||||
![]() ![]() |
S | 0..1 | CodeableConcept | Отслеживание статуса пациента в ходе встречи Привязка: EncounterSubjectStatusVS (0.5.0) (required) | ||||
![]() ![]() |
SΣ | 0..* | Reference(EpisodeOfCare) | Эпизод(ы) ухода, в отношении которого следует записать эту встречу | ||||
![]() ![]() |
S | 0..* | Reference(CarePlan | DeviceRequest | MedicationRequest | ServiceRequest) | Запрос, который инициировал эту встречу | ||||
![]() ![]() |
S | 0..* | Reference(CareTeam) | Группа(ы), выделенная для участия в этой встрече | ||||
![]() ![]() |
S | 0..1 | Reference(Encounter) | Другая встреча, частью которой является данная встреча | ||||
![]() ![]() |
S | 0..1 | Reference(Organization) | Организация (учреждение), ответственная за данную встречу | ||||
![]() ![]() |
SΣC | 0..* | BackboneElement | Роль участника встречи Constraints: enc-1, enc-2 | ||||
![]() ![]() ![]() |
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ΣC | 0..* | CodeableConcept | Role of participant in encounter Привязка: EncounterParticipantTypeVS (0.5.0) (extensible) | ||||
![]() ![]() ![]() |
S | 0..1 | Period | Период времени во время встречи, в котором участвовал участник | ||||
![]() ![]() ![]() |
SΣC | 0..1 | Reference(Patient | Group | RelatedPerson | Practitioner | PractitionerRole | Device | HealthcareService) | Лицо, устройство или служба, участвующее во встрече | ||||
![]() ![]() |
SΣ | 0..* | Reference(Appointment) | Appointment, на котором была запланирована эта встреча | ||||
![]() ![]() |
S | 0..* | VirtualServiceDetail | Телемедицина | ||||
![]() ![]() |
S | 0..1 | Period | Фактическое время начала и окончания встречи | ||||
![]() ![]() |
S | 0..1 | dateTime | Планируемая дата/время начала (или дата приема) встречи | ||||
![]() ![]() |
S | 0..1 | dateTime | Планируемая дата/время окончания (или дата выписки) встречи | ||||
![]() ![]() |
S | 0..1 | Duration | Фактическое количество времени, в течение которого длилась встреча (за вычетом времени отсутствия) | ||||
![]() ![]() |
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..* | CodeableConcept | Для чего/как следует использовать значение причины Привязка: EncounterReasonUseVS (0.5.0) (preferred) | ||||
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0) | DiagnosticReport | Procedure | UZ Core Observation(0.5.0)) | Медицинская причина, требующая рассмотрения Привязка: EncounterReasonCodes (preferred): Reason why the encounter takes place. | ||||
![]() ![]() |
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..* | CodeableReference(UZ Core Condition(0.5.0)) | Диагноз, относящийся к встрече Привязка: ConditionProblemDiagnosisCodes (example) | ||||
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …) Привязка: EncounterDiagnosisUse (preferred): The type of diagnosis this condition represents. | ||||
![]() ![]() |
S | 0..* | Reference(Account) | Набор счетов, которые могут быть использованы для выставления счетов за эту встречу | ||||
![]() ![]() |
0..* | CodeableConcept | Diet preferences reported by the patient Привязка: EncounterDiet (example): Medical, cultural or ethical food preferences to help with catering requirements. | |||||
![]() ![]() |
0..* | CodeableConcept | Wheelchair, translator, stretcher, etc Привязка: SpecialArrangements (preferred): Special arrangements. | |||||
![]() ![]() |
0..* | CodeableConcept | Special courtesies (VIP, board member) Привязка: SpecialCourtesy (preferred): Special courtesies. | |||||
![]() ![]() |
S | 0..1 | 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 | ||||
![]() ![]() ![]() |
0..1 | Identifier | Pre-admission identifier | |||||
![]() ![]() ![]() |
S | 0..1 | Reference(UZ Core Location(0.5.0) | UZ Core Organization(0.5.0)) | Место/организация, из которой пациент прибыл до поступления | ||||
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Откуда пациент был принят Привязка: EncounterAdmitSourceVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Указывает, что пациент повторно госпитализирован Привязка: EncounterReAdmissionVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
S | 0..1 | Reference(Location | Organization) | Место/организация, в которую выписывается пациент | ||||
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Категория или вид местоположения после выписки Привязка: EncounterDischargeDispositionVS (0.5.0) (required) | ||||
![]() ![]() |
S | 0..* | BackboneElement | List of locations where the patient has been | ||||
![]() ![]() ![]() |
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 | Reference(Location) | Место, где происходит встреча | ||||
![]() ![]() ![]() |
0..1 | code | planned | active | reserved | completed Привязка: EncounterLocationStatus (required): The status of the location. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | The physical type of the location (usually the level in the location hierarchy - bed, room, ward, virtual etc.) Привязка: LocationForm (example): Physical form of the location. | |||||
![]() ![]() ![]() |
0..1 | Period | Time period during which the patient was present at the location | |||||
Документация для этого формата | ||||||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| Encounter.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| Encounter.status | Base | required | Encounter status translations | 📍0.5.0 | этот IG |
| Encounter.class | Base | required | Encounter class translations | 📍0.5.0 | этот IG |
| Encounter.priority | Base | required | Encounter priority translations | 📍0.5.0 | этот IG |
| Encounter.type | Base | required | Encounter type translations | 📍0.5.0 | этот IG |
| Encounter.serviceType | Base | example | Service Type | 📍5.0.0 | Стандарт FHIR |
| Encounter.subjectStatus | Base | required | Encounter subject status translations | 📍0.5.0 | этот IG |
| Encounter.participant.type | Base | extensible | Encounter participant type translations | 📍0.5.0 | этот IG |
| Encounter.reason.use | Base | preferred | Encounter Reason Use Codes | 📍0.5.0 | этот IG |
| Encounter.reason.value | Base | preferred | Encounter Reason Codes | 📍5.0.0 | Стандарт FHIR |
| Encounter.diagnosis.condition | Base | example | Condition/Problem/Diagnosis Codes | 📍5.0.0 | Стандарт FHIR |
| Encounter.diagnosis.use | Base | preferred | Encounter Diagnosis Use | 📍5.0.0 | Стандарт FHIR |
| Encounter.dietPreference | Base | example | Diet | 📍5.0.0 | Стандарт FHIR |
| Encounter.specialArrangement | Base | preferred | Special Arrangements | 📍5.0.0 | Стандарт FHIR |
| Encounter.specialCourtesy | Base | preferred | Special Courtesy | 📍5.0.0 | Стандарт FHIR |
| Encounter.admission.admitSource | Base | required | Encounter admit source translations | 📍0.5.0 | этот IG |
| Encounter.admission.reAdmission | Base | required | Encounter admission translations | 📍0.5.0 | этот IG |
| Encounter.admission.dischargeDisposition | Base | required | Encounter discharge disposition translations | 📍0.5.0 | этот IG |
| Encounter.location.status | Base | required | Encounter Location Status | 📍5.0.0 | Стандарт FHIR |
| Encounter.location.form | Base | example | Location Form | 📍5.0.0 | Стандарт FHIR |
| Id | Градация | Путь(и) | Описание | Выражение |
| dom-2 | error | Encounter | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Encounter | 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 | Encounter | 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 | Encounter | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | лучшая практика | Encounter | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | Encounter.meta, Encounter.implicitRules, Encounter.language, Encounter.text, Encounter.extension, Encounter.modifierExtension, Encounter.identifier, Encounter.status, Encounter.class, Encounter.priority, Encounter.type, Encounter.serviceType, Encounter.subject, Encounter.subjectStatus, Encounter.episodeOfCare, Encounter.basedOn, Encounter.careTeam, Encounter.partOf, Encounter.serviceProvider, Encounter.participant, Encounter.participant.extension, Encounter.participant.modifierExtension, Encounter.participant.type, Encounter.participant.period, Encounter.participant.actor, Encounter.appointment, Encounter.virtualService, Encounter.actualPeriod, Encounter.plannedStartDate, Encounter.plannedEndDate, Encounter.length, Encounter.reason, Encounter.reason.extension, Encounter.reason.modifierExtension, Encounter.reason.use, Encounter.reason.value, Encounter.diagnosis, Encounter.diagnosis.extension, Encounter.diagnosis.modifierExtension, Encounter.diagnosis.condition, Encounter.diagnosis.use, Encounter.account, Encounter.dietPreference, Encounter.specialArrangement, Encounter.specialCourtesy, Encounter.admission, Encounter.admission.extension, Encounter.admission.modifierExtension, Encounter.admission.preAdmissionIdentifier, Encounter.admission.origin, Encounter.admission.admitSource, Encounter.admission.reAdmission, Encounter.admission.destination, Encounter.admission.dischargeDisposition, Encounter.location, Encounter.location.extension, Encounter.location.modifierExtension, Encounter.location.location, Encounter.location.status, Encounter.location.form, Encounter.location.period | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| enc-1 | error | Encounter.participant | A type must be provided when no explicit actor is specified |
actor.exists() or type.exists()
|
| enc-2 | error | Encounter.participant | A type cannot be provided for a patient or group participant |
actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not()
|
| ext-1 | error | Encounter.extension, Encounter.modifierExtension, Encounter.participant.extension, Encounter.participant.modifierExtension, Encounter.reason.extension, Encounter.reason.modifierExtension, Encounter.diagnosis.extension, Encounter.diagnosis.modifierExtension, Encounter.admission.extension, Encounter.admission.modifierExtension, Encounter.location.extension, Encounter.location.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Summary
Обязательная поддержка: 38 элементs
Структуры
Эта структура относится к этим другим структурам:
Просмотр ключевых элементов
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Encounter(5.0.0) | An interaction during which services are provided to the patient | |
![]() ![]() |
?!Σ | 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..1 | Identifier | Идентификатор, по которым известна эта встреча |
![]() ![]() |
?!SΣ | 1..1 | code | Текущее состояние встречи Привязка: EncounterStatusVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Классификация встречи с пациентом Привязка: EncounterClassVS (0.5.0) (required) |
![]() ![]() |
S | 0..1 | CodeableConcept | Указывает срочность встречи Привязка: EncounterPriorityVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Конкретный тип встречи Привязка: EncounterTypeVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core HealthcareService(0.5.0)) | Широкая категоризация услуг, которые должны быть предоставлены Привязка: ServiceType (example): Broad categorization of the service that is to be provided. |
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Patient(0.5.0)) | Пациент, связанный с этой встречей |
![]() ![]() |
S | 0..1 | CodeableConcept | Отслеживание статуса пациента в ходе встречи Привязка: EncounterSubjectStatusVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..* | Reference(EpisodeOfCare) | Эпизод(ы) ухода, в отношении которого следует записать эту встречу |
![]() ![]() |
S | 0..* | Reference(CarePlan | DeviceRequest | MedicationRequest | ServiceRequest) | Запрос, который инициировал эту встречу |
![]() ![]() |
S | 0..* | Reference(CareTeam) | Группа(ы), выделенная для участия в этой встрече |
![]() ![]() |
S | 0..1 | Reference(Encounter) | Другая встреча, частью которой является данная встреча |
![]() ![]() |
S | 0..1 | Reference(Organization) | Организация (учреждение), ответственная за данную встречу |
![]() ![]() |
SΣC | 0..* | BackboneElement | Роль участника встречи Constraints: enc-1, enc-2 |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
SΣC | 0..* | CodeableConcept | Role of participant in encounter Привязка: EncounterParticipantTypeVS (0.5.0) (extensible) |
![]() ![]() ![]() |
S | 0..1 | Period | Период времени во время встречи, в котором участвовал участник |
![]() ![]() ![]() |
SΣC | 0..1 | Reference(Patient | Group | RelatedPerson | Practitioner | PractitionerRole | Device | HealthcareService) | Лицо, устройство или служба, участвующее во встрече |
![]() ![]() |
SΣ | 0..* | Reference(Appointment) | Appointment, на котором была запланирована эта встреча |
![]() ![]() |
S | 0..* | VirtualServiceDetail | Телемедицина |
![]() ![]() |
S | 0..1 | Period | Фактическое время начала и окончания встречи |
![]() ![]() |
S | 0..1 | dateTime | Планируемая дата/время начала (или дата приема) встречи |
![]() ![]() |
S | 0..1 | dateTime | Планируемая дата/время окончания (или дата выписки) встречи |
![]() ![]() |
S | 0..1 | Duration | Фактическое количество времени, в течение которого длилась встреча (за вычетом времени отсутствия) |
![]() ![]() |
SΣ | 0..* | BackboneElement | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощи |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
SΣ | 0..* | CodeableConcept | Для чего/как следует использовать значение причины Привязка: EncounterReasonUseVS (0.5.0) (preferred) |
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0) | DiagnosticReport | Procedure | UZ Core Observation(0.5.0)) | Медицинская причина, требующая рассмотрения Привязка: EncounterReasonCodes (preferred): Reason why the encounter takes place. |
![]() ![]() |
SΣ | 0..* | BackboneElement | Список диагнозов, имеющих отношение к данному случаю |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0)) | Диагноз, относящийся к встрече Привязка: ConditionProblemDiagnosisCodes (example) |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …) Привязка: EncounterDiagnosisUse (preferred): The type of diagnosis this condition represents. |
![]() ![]() |
S | 0..* | Reference(Account) | Набор счетов, которые могут быть использованы для выставления счетов за эту встречу |
![]() ![]() |
S | 0..1 | BackboneElement | Подробности о пребывании, во время которого предоставляется медицинская услуга |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
S | 0..1 | Reference(UZ Core Location(0.5.0) | UZ Core Organization(0.5.0)) | Место/организация, из которой пациент прибыл до поступления |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Откуда пациент был принят Привязка: EncounterAdmitSourceVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Указывает, что пациент повторно госпитализирован Привязка: EncounterReAdmissionVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | Reference(Location | Organization) | Место/организация, в которую выписывается пациент |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Категория или вид местоположения после выписки Привязка: EncounterDischargeDispositionVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | BackboneElement | List of locations where the patient has been |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
S | 1..1 | Reference(Location) | Место, где происходит встреча |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| Encounter.status | Base | required | Encounter status translations | 📍0.5.0 | этот IG |
| Encounter.class | Base | required | Encounter class translations | 📍0.5.0 | этот IG |
| Encounter.priority | Base | required | Encounter priority translations | 📍0.5.0 | этот IG |
| Encounter.type | Base | required | Encounter type translations | 📍0.5.0 | этот IG |
| Encounter.serviceType | Base | example | Service Type | 📍5.0.0 | Стандарт FHIR |
| Encounter.subjectStatus | Base | required | Encounter subject status translations | 📍0.5.0 | этот IG |
| Encounter.participant.type | Base | extensible | Encounter participant type translations | 📍0.5.0 | этот IG |
| Encounter.reason.use | Base | preferred | Encounter Reason Use Codes | 📍0.5.0 | этот IG |
| Encounter.reason.value | Base | preferred | Encounter Reason Codes | 📍5.0.0 | Стандарт FHIR |
| Encounter.diagnosis.condition | Base | example | Condition/Problem/Diagnosis Codes | 📍5.0.0 | Стандарт FHIR |
| Encounter.diagnosis.use | Base | preferred | Encounter Diagnosis Use | 📍5.0.0 | Стандарт FHIR |
| Encounter.admission.admitSource | Base | required | Encounter admit source translations | 📍0.5.0 | этот IG |
| Encounter.admission.reAdmission | Base | required | Encounter admission translations | 📍0.5.0 | этот IG |
| Encounter.admission.dischargeDisposition | Base | required | Encounter discharge disposition translations | 📍0.5.0 | этот IG |
| Id | Градация | Путь(и) | Описание | Выражение |
| dom-2 | error | Encounter | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Encounter | 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 | Encounter | 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 | Encounter | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | лучшая практика | Encounter | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | Encounter.implicitRules, Encounter.modifierExtension, Encounter.identifier, Encounter.status, Encounter.class, Encounter.priority, Encounter.type, Encounter.serviceType, Encounter.subject, Encounter.subjectStatus, Encounter.episodeOfCare, Encounter.basedOn, Encounter.careTeam, Encounter.partOf, Encounter.serviceProvider, Encounter.participant, Encounter.participant.modifierExtension, Encounter.participant.type, Encounter.participant.period, Encounter.participant.actor, Encounter.appointment, Encounter.virtualService, Encounter.actualPeriod, Encounter.plannedStartDate, Encounter.plannedEndDate, Encounter.length, Encounter.reason, Encounter.reason.modifierExtension, Encounter.reason.use, Encounter.reason.value, Encounter.diagnosis, Encounter.diagnosis.modifierExtension, Encounter.diagnosis.condition, Encounter.diagnosis.use, Encounter.account, Encounter.admission, Encounter.admission.modifierExtension, Encounter.admission.origin, Encounter.admission.admitSource, Encounter.admission.reAdmission, Encounter.admission.destination, Encounter.admission.dischargeDisposition, Encounter.location, Encounter.location.modifierExtension, Encounter.location.location | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| enc-1 | error | Encounter.participant | A type must be provided when no explicit actor is specified |
actor.exists() or type.exists()
|
| enc-2 | error | Encounter.participant | A type cannot be provided for a patient or group participant |
actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not()
|
| ext-1 | error | Encounter.modifierExtension, Encounter.participant.modifierExtension, Encounter.reason.modifierExtension, Encounter.diagnosis.modifierExtension, Encounter.admission.modifierExtension, Encounter.location.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Дифференциальный вид
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Encounter(5.0.0) | An interaction during which services are provided to the patient | |
![]() ![]() |
S | 0..1 | Identifier | Идентификатор, по которым известна эта встреча |
![]() ![]() |
S | 1..1 | code | Текущее состояние встречи Привязка: EncounterStatusVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | CodeableConcept | Классификация встречи с пациентом Привязка: EncounterClassVS (0.5.0) (required) |
![]() ![]() |
S | 0..1 | CodeableConcept | Указывает срочность встречи Привязка: EncounterPriorityVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | CodeableConcept | Конкретный тип встречи Привязка: EncounterTypeVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | CodeableReference(UZ Core HealthcareService(0.5.0)) | Широкая категоризация услуг, которые должны быть предоставлены |
![]() ![]() |
S | 0..1 | Reference(UZ Core Patient(0.5.0)) | Пациент, связанный с этой встречей |
![]() ![]() |
S | 0..1 | CodeableConcept | Отслеживание статуса пациента в ходе встречи Привязка: EncounterSubjectStatusVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | Reference(EpisodeOfCare) | Эпизод(ы) ухода, в отношении которого следует записать эту встречу |
![]() ![]() |
S | 0..* | Reference(CarePlan | DeviceRequest | MedicationRequest | ServiceRequest) | Запрос, который инициировал эту встречу |
![]() ![]() |
S | 0..* | Reference(CareTeam) | Группа(ы), выделенная для участия в этой встрече |
![]() ![]() |
S | 0..1 | Reference(Encounter) | Другая встреча, частью которой является данная встреча |
![]() ![]() |
S | 0..1 | Reference(Organization) | Организация (учреждение), ответственная за данную встречу |
![]() ![]() |
S | 0..* | BackboneElement | Роль участника встречи |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Role of participant in encounter Привязка: EncounterParticipantTypeVS (0.5.0) (extensible) |
![]() ![]() ![]() |
S | 0..1 | Period | Период времени во время встречи, в котором участвовал участник |
![]() ![]() ![]() |
S | 0..1 | Reference(Patient | Group | RelatedPerson | Practitioner | PractitionerRole | Device | HealthcareService) | Лицо, устройство или служба, участвующее во встрече |
![]() ![]() |
S | 0..* | Reference(Appointment) | Appointment, на котором была запланирована эта встреча |
![]() ![]() |
S | 0..* | VirtualServiceDetail | Телемедицина |
![]() ![]() |
S | 0..1 | Period | Фактическое время начала и окончания встречи |
![]() ![]() |
S | 0..1 | dateTime | Планируемая дата/время начала (или дата приема) встречи |
![]() ![]() |
S | 0..1 | dateTime | Планируемая дата/время окончания (или дата выписки) встречи |
![]() ![]() |
S | 0..1 | Duration | Фактическое количество времени, в течение которого длилась встреча (за вычетом времени отсутствия) |
![]() ![]() |
S | 0..* | BackboneElement | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощи |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Для чего/как следует использовать значение причины Привязка: EncounterReasonUseVS (0.5.0) (preferred) |
![]() ![]() ![]() |
S | 0..* | CodeableReference(UZ Core Condition(0.5.0) | DiagnosticReport | Procedure | UZ Core Observation(0.5.0)) | Медицинская причина, требующая рассмотрения |
![]() ![]() |
S | 0..* | BackboneElement | Список диагнозов, имеющих отношение к данному случаю |
![]() ![]() ![]() |
S | 0..* | CodeableReference(UZ Core Condition(0.5.0)) | Диагноз, относящийся к встрече |
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …) |
![]() ![]() |
S | 0..* | Reference(Account) | Набор счетов, которые могут быть использованы для выставления счетов за эту встречу |
![]() ![]() |
S | 0..1 | BackboneElement | Подробности о пребывании, во время которого предоставляется медицинская услуга |
![]() ![]() ![]() |
S | 0..1 | Reference(UZ Core Location(0.5.0) | UZ Core Organization(0.5.0)) | Место/организация, из которой пациент прибыл до поступления |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Откуда пациент был принят Привязка: EncounterAdmitSourceVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Указывает, что пациент повторно госпитализирован Привязка: EncounterReAdmissionVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | Reference(Location | Organization) | Место/организация, в которую выписывается пациент |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Категория или вид местоположения после выписки Привязка: EncounterDischargeDispositionVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | BackboneElement | List of locations where the patient has been |
![]() ![]() ![]() |
S | 1..1 | Reference(Location) | Место, где происходит встреча |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| Encounter.status | Base | required | Encounter status translations | 📍0.5.0 | этот IG |
| Encounter.class | Base | required | Encounter class translations | 📍0.5.0 | этот IG |
| Encounter.priority | Base | required | Encounter priority translations | 📍0.5.0 | этот IG |
| Encounter.type | Base | required | Encounter type translations | 📍0.5.0 | этот IG |
| Encounter.subjectStatus | Base | required | Encounter subject status translations | 📍0.5.0 | этот IG |
| Encounter.participant.type | Base | extensible | Encounter participant type translations | 📍0.5.0 | этот IG |
| Encounter.reason.use | Base | preferred | Encounter Reason Use Codes | 📍0.5.0 | этот IG |
| Encounter.admission.admitSource | Base | required | Encounter admit source translations | 📍0.5.0 | этот IG |
| Encounter.admission.reAdmission | Base | required | Encounter admission translations | 📍0.5.0 | этот IG |
| Encounter.admission.dischargeDisposition | Base | required | Encounter discharge disposition translations | 📍0.5.0 | этот IG |
Обзор моментальных снимковView
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | Encounter(5.0.0) | An interaction during which services are provided to the patient | |||||
![]() ![]() |
Σ | 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..1 | Identifier | Идентификатор, по которым известна эта встреча | ||||
![]() ![]() |
?!SΣ | 1..1 | code | Текущее состояние встречи Привязка: EncounterStatusVS (0.5.0) (required) | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Классификация встречи с пациентом Привязка: EncounterClassVS (0.5.0) (required) | ||||
![]() ![]() |
S | 0..1 | CodeableConcept | Указывает срочность встречи Привязка: EncounterPriorityVS (0.5.0) (required) | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Конкретный тип встречи Привязка: EncounterTypeVS (0.5.0) (required) | ||||
![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core HealthcareService(0.5.0)) | Широкая категоризация услуг, которые должны быть предоставлены Привязка: ServiceType (example): Broad categorization of the service that is to be provided. | ||||
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Patient(0.5.0)) | Пациент, связанный с этой встречей | ||||
![]() ![]() |
S | 0..1 | CodeableConcept | Отслеживание статуса пациента в ходе встречи Привязка: EncounterSubjectStatusVS (0.5.0) (required) | ||||
![]() ![]() |
SΣ | 0..* | Reference(EpisodeOfCare) | Эпизод(ы) ухода, в отношении которого следует записать эту встречу | ||||
![]() ![]() |
S | 0..* | Reference(CarePlan | DeviceRequest | MedicationRequest | ServiceRequest) | Запрос, который инициировал эту встречу | ||||
![]() ![]() |
S | 0..* | Reference(CareTeam) | Группа(ы), выделенная для участия в этой встрече | ||||
![]() ![]() |
S | 0..1 | Reference(Encounter) | Другая встреча, частью которой является данная встреча | ||||
![]() ![]() |
S | 0..1 | Reference(Organization) | Организация (учреждение), ответственная за данную встречу | ||||
![]() ![]() |
SΣC | 0..* | BackboneElement | Роль участника встречи Constraints: enc-1, enc-2 | ||||
![]() ![]() ![]() |
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ΣC | 0..* | CodeableConcept | Role of participant in encounter Привязка: EncounterParticipantTypeVS (0.5.0) (extensible) | ||||
![]() ![]() ![]() |
S | 0..1 | Period | Период времени во время встречи, в котором участвовал участник | ||||
![]() ![]() ![]() |
SΣC | 0..1 | Reference(Patient | Group | RelatedPerson | Practitioner | PractitionerRole | Device | HealthcareService) | Лицо, устройство или служба, участвующее во встрече | ||||
![]() ![]() |
SΣ | 0..* | Reference(Appointment) | Appointment, на котором была запланирована эта встреча | ||||
![]() ![]() |
S | 0..* | VirtualServiceDetail | Телемедицина | ||||
![]() ![]() |
S | 0..1 | Period | Фактическое время начала и окончания встречи | ||||
![]() ![]() |
S | 0..1 | dateTime | Планируемая дата/время начала (или дата приема) встречи | ||||
![]() ![]() |
S | 0..1 | dateTime | Планируемая дата/время окончания (или дата выписки) встречи | ||||
![]() ![]() |
S | 0..1 | Duration | Фактическое количество времени, в течение которого длилась встреча (за вычетом времени отсутствия) | ||||
![]() ![]() |
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..* | CodeableConcept | Для чего/как следует использовать значение причины Привязка: EncounterReasonUseVS (0.5.0) (preferred) | ||||
![]() ![]() ![]() |
SΣ | 0..* | CodeableReference(UZ Core Condition(0.5.0) | DiagnosticReport | Procedure | UZ Core Observation(0.5.0)) | Медицинская причина, требующая рассмотрения Привязка: EncounterReasonCodes (preferred): Reason why the encounter takes place. | ||||
![]() ![]() |
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..* | CodeableReference(UZ Core Condition(0.5.0)) | Диагноз, относящийся к встрече Привязка: ConditionProblemDiagnosisCodes (example) | ||||
![]() ![]() ![]() |
S | 0..* | CodeableConcept | Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …) Привязка: EncounterDiagnosisUse (preferred): The type of diagnosis this condition represents. | ||||
![]() ![]() |
S | 0..* | Reference(Account) | Набор счетов, которые могут быть использованы для выставления счетов за эту встречу | ||||
![]() ![]() |
0..* | CodeableConcept | Diet preferences reported by the patient Привязка: EncounterDiet (example): Medical, cultural or ethical food preferences to help with catering requirements. | |||||
![]() ![]() |
0..* | CodeableConcept | Wheelchair, translator, stretcher, etc Привязка: SpecialArrangements (preferred): Special arrangements. | |||||
![]() ![]() |
0..* | CodeableConcept | Special courtesies (VIP, board member) Привязка: SpecialCourtesy (preferred): Special courtesies. | |||||
![]() ![]() |
S | 0..1 | 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 | ||||
![]() ![]() ![]() |
0..1 | Identifier | Pre-admission identifier | |||||
![]() ![]() ![]() |
S | 0..1 | Reference(UZ Core Location(0.5.0) | UZ Core Organization(0.5.0)) | Место/организация, из которой пациент прибыл до поступления | ||||
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Откуда пациент был принят Привязка: EncounterAdmitSourceVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Указывает, что пациент повторно госпитализирован Привязка: EncounterReAdmissionVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
S | 0..1 | Reference(Location | Organization) | Место/организация, в которую выписывается пациент | ||||
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Категория или вид местоположения после выписки Привязка: EncounterDischargeDispositionVS (0.5.0) (required) | ||||
![]() ![]() |
S | 0..* | BackboneElement | List of locations where the patient has been | ||||
![]() ![]() ![]() |
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 | Reference(Location) | Место, где происходит встреча | ||||
![]() ![]() ![]() |
0..1 | code | planned | active | reserved | completed Привязка: EncounterLocationStatus (required): The status of the location. | |||||
![]() ![]() ![]() |
0..1 | CodeableConcept | The physical type of the location (usually the level in the location hierarchy - bed, room, ward, virtual etc.) Привязка: LocationForm (example): Physical form of the location. | |||||
![]() ![]() ![]() |
0..1 | Period | Time period during which the patient was present at the location | |||||
Документация для этого формата | ||||||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| Encounter.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| Encounter.status | Base | required | Encounter status translations | 📍0.5.0 | этот IG |
| Encounter.class | Base | required | Encounter class translations | 📍0.5.0 | этот IG |
| Encounter.priority | Base | required | Encounter priority translations | 📍0.5.0 | этот IG |
| Encounter.type | Base | required | Encounter type translations | 📍0.5.0 | этот IG |
| Encounter.serviceType | Base | example | Service Type | 📍5.0.0 | Стандарт FHIR |
| Encounter.subjectStatus | Base | required | Encounter subject status translations | 📍0.5.0 | этот IG |
| Encounter.participant.type | Base | extensible | Encounter participant type translations | 📍0.5.0 | этот IG |
| Encounter.reason.use | Base | preferred | Encounter Reason Use Codes | 📍0.5.0 | этот IG |
| Encounter.reason.value | Base | preferred | Encounter Reason Codes | 📍5.0.0 | Стандарт FHIR |
| Encounter.diagnosis.condition | Base | example | Condition/Problem/Diagnosis Codes | 📍5.0.0 | Стандарт FHIR |
| Encounter.diagnosis.use | Base | preferred | Encounter Diagnosis Use | 📍5.0.0 | Стандарт FHIR |
| Encounter.dietPreference | Base | example | Diet | 📍5.0.0 | Стандарт FHIR |
| Encounter.specialArrangement | Base | preferred | Special Arrangements | 📍5.0.0 | Стандарт FHIR |
| Encounter.specialCourtesy | Base | preferred | Special Courtesy | 📍5.0.0 | Стандарт FHIR |
| Encounter.admission.admitSource | Base | required | Encounter admit source translations | 📍0.5.0 | этот IG |
| Encounter.admission.reAdmission | Base | required | Encounter admission translations | 📍0.5.0 | этот IG |
| Encounter.admission.dischargeDisposition | Base | required | Encounter discharge disposition translations | 📍0.5.0 | этот IG |
| Encounter.location.status | Base | required | Encounter Location Status | 📍5.0.0 | Стандарт FHIR |
| Encounter.location.form | Base | example | Location Form | 📍5.0.0 | Стандарт FHIR |
| Id | Градация | Путь(и) | Описание | Выражение |
| dom-2 | error | Encounter | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Encounter | 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 | Encounter | 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 | Encounter | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | лучшая практика | Encounter | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | Encounter.meta, Encounter.implicitRules, Encounter.language, Encounter.text, Encounter.extension, Encounter.modifierExtension, Encounter.identifier, Encounter.status, Encounter.class, Encounter.priority, Encounter.type, Encounter.serviceType, Encounter.subject, Encounter.subjectStatus, Encounter.episodeOfCare, Encounter.basedOn, Encounter.careTeam, Encounter.partOf, Encounter.serviceProvider, Encounter.participant, Encounter.participant.extension, Encounter.participant.modifierExtension, Encounter.participant.type, Encounter.participant.period, Encounter.participant.actor, Encounter.appointment, Encounter.virtualService, Encounter.actualPeriod, Encounter.plannedStartDate, Encounter.plannedEndDate, Encounter.length, Encounter.reason, Encounter.reason.extension, Encounter.reason.modifierExtension, Encounter.reason.use, Encounter.reason.value, Encounter.diagnosis, Encounter.diagnosis.extension, Encounter.diagnosis.modifierExtension, Encounter.diagnosis.condition, Encounter.diagnosis.use, Encounter.account, Encounter.dietPreference, Encounter.specialArrangement, Encounter.specialCourtesy, Encounter.admission, Encounter.admission.extension, Encounter.admission.modifierExtension, Encounter.admission.preAdmissionIdentifier, Encounter.admission.origin, Encounter.admission.admitSource, Encounter.admission.reAdmission, Encounter.admission.destination, Encounter.admission.dischargeDisposition, Encounter.location, Encounter.location.extension, Encounter.location.modifierExtension, Encounter.location.location, Encounter.location.status, Encounter.location.form, Encounter.location.period | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| enc-1 | error | Encounter.participant | A type must be provided when no explicit actor is specified |
actor.exists() or type.exists()
|
| enc-2 | error | Encounter.participant | A type cannot be provided for a patient or group participant |
actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not()
|
| ext-1 | error | Encounter.extension, Encounter.modifierExtension, Encounter.participant.extension, Encounter.participant.modifierExtension, Encounter.reason.extension, Encounter.reason.modifierExtension, Encounter.diagnosis.extension, Encounter.diagnosis.modifierExtension, Encounter.admission.extension, Encounter.admission.modifierExtension, Encounter.location.extension, Encounter.location.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
Summary
Обязательная поддержка: 38 элементs
Структуры
Эта структура относится к этим другим структурам:
Другие представления профиля: CSV, Excel, Schematron
Машинный перевод, требуется проверка человеком. Эта страница автоматически переведена с английского языка с помощью искусственного интеллекта и пока не проверена редактором. При любых расхождениях приоритет имеет оригинальная англоязычная версия.
Типичные взаимодействия с API для этого профиля. Запросы требуют JWT-токена доступа - см. Безопасность и аутентификация. [base] - это базовый URL FHIR-сервера; | отделяет систему от значения и должен быть URL-кодирован как %7C.
Чтение по идентификатору сервера
GET [base]/Encounter/[id]
Поиск обращений
GET [base]/Encounter?patient=Patient/[id]
GET [base]/Encounter?patient=Patient/[id]&status=in-progress
GET [base]/Encounter?patient=Patient/[id]&class=IMP
GET [base]/Encounter?patient=Patient/[id]&date=ge2025-01-01
GET [base]/Encounter?patient=Patient/[id]&type=http://terminology.dhp.uz/...%7C...
GET [base]/Encounter?episode-of-care=EpisodeOfCare/[id]
GET [base]/Encounter?service-provider=Organization/[id]
GET [base]/Encounter?practitioner=Practitioner/[id]
GET [base]/Encounter?location=Location/[id]
Создание
POST [base]/Encounter
{
"resourceType": "Encounter",
"meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-encounter" ] },
"status": "in-progress",
"class": [ { "coding": [ { "code": "IMP" } ] } ],
"subject": { "reference": "Patient/[id]" },
...
}
Обновление (например, завершение визита путём установки status в completed и заполнения actualPeriod.end) - выполните PUT полного ресурса обратно:
PUT [base]/Encounter/[id]
If-Match: W/"3" # the ETag from your last read; 412 if it changed since
См. CapabilityStatement для всех поддерживаемых поисковых параметров.