Единая цифровая платформа здравоохранения Узбекистана
0.3.0 -
Uzbekistan Digital Health Platform, опубликовано Uzinfocom LLC. Это руководство не является санкционированной публикацией; это непрерывная сборка для версии 0.3.0, созданной FHIR (HL7® FHIR® Standard) CI Build. Эта версия основана на нынешнем содержании https://github.com/uzinfocom-org/digital-health-ig/ и регулярно изменяется. Смотрите каталог опубликованных версий
Active по состоянию на 2025-08-01 |
Определения для uz-core-encounter профиль ресурса
Рекомендации по толкованию содержимого этой таблицы можно найтиздесь!!!!!!!!!!!!!!!!-- no content: do not translate #97 --
0. Encounter | |
Определение | An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. Encounter is primarily used to record information about the actual activities that occurred, where Appointment is used to record planned activities. |
Короткий | An interaction during which services are provided to the patient |
Контроль | 0..* |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Альтернативные имена | Visit |
Инварианты | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty() )dom-3: 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: 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: If a resource is contained in another resource, it SHALL NOT have a security label ( contained.meta.security.empty() )dom-6: A resource should have narrative for robust management ( text.`div`.exists() )dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty()) dom-3: 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: 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: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty()) dom-6: A resource should have narrative for robust management (text.`div`.exists()) |
2. Encounter.implicitRules | |
Определение | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. |
Короткий | A set of rules under which this content was created |
Комментарии | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc. |
Контроль | 0..1 |
Тип | uri |
Модификатор | true потому что This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
4. Encounter.contained | |
Определение | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning. |
Короткий | Contained, inline Resources |
Комментарии | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels. |
Контроль | 0..* На этот элемент влияют следующие инварианты: dom-2, dom-4, dom-3, dom-5 |
Тип | Resource |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Альтернативные имена | inline resources, anonymous resources, contained resources |
6. Encounter.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them |
Требуется поддержка | false |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
8. Encounter.identifier | |
Определение | Identifier(s) by which this encounter is known. |
Короткий | Идентификатор, по которым известна эта встречаIdentifier(s) by which this encounter is known |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..1* |
Тип | Identifier |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
10. Encounter.status | |
Определение | The current state of the encounter (not the state of the patient within the encounter - that is subjectState). |
Короткий | Текущее состояние встречиplanned | in-progress | on-hold | discharged | completed | cancelled | discontinued | entered-in-error | unknown |
Комментарии | Note that internal business rules will determine the appropriate transitions that may occur between statuses (and also classes). |
Контроль | 1..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterStatusVS (0.3.0)http://hl7.org/fhir/ValueSet/encounter-status|5.0.0 (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-status-vs|0.3.0 ) |
Тип | code |
Модификатор | true потому что This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
12. Encounter.class | |
Определение | Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations. |
Короткий | Классификация встречи с пациентомClassification of patient encounter context - e.g. Inpatient, outpatient |
Контроль | 0..* |
Привязка | Коды ДОЛЖНЫ быть взяты из Коды СЛЕДУЕТ взять из EncounterClassVS (0.3.0)http://terminology.hl7.org/ValueSet/encounter-class (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-class-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
14. Encounter.priority | |
Определение | Indicates the urgency of the encounter. |
Короткий | Указывает срочность встречиIndicates the urgency of the encounter |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из Например, коды см. EncounterPriorityVS (0.3.0)http://terminology.hl7.org/ValueSet/v3-ActPriority (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-priority-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
16. Encounter.type | |
Определение | Specific type of encounter (e.g. e-mail consultation, surgical day-care, skilled nursing, rehabilitation). |
Короткий | Конкретный тип встречиSpecific type of encounter (e.g. e-mail consultation, surgical day-care, ...) |
Комментарии | Since there are many ways to further classify encounters, this element is 0..*. |
Контроль | 0..* |
Привязка | Коды ДОЛЖНЫ быть взяты из Например, коды см. EncounterTypeVS (0.3.0)http://hl7.org/fhir/ValueSet/encounter-type|5.0.0 (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-type-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
18. Encounter.serviceType | |
Определение | Broad categorization of the service that is to be provided (e.g. cardiology). |
Короткий | Широкая категоризация услуг, которые должны быть предоставленыSpecific type of service |
Контроль | 0..* |
Привязка | Например, коды см. ServiceTypehttp://hl7.org/fhir/ValueSet/service-type|5.0.0 (example to http://hl7.org/fhir/ValueSet/service-type|5.0.0 )Broad categorization of the service that is to be provided. |
Тип | CodeableReference(HealthcareService) |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
20. Encounter.subject | |
Определение | The patient or group related to this encounter. In some use-cases the patient MAY not be present, such as a case meeting about a patient between several practitioners or a careteam. |
Короткий | Пациент, связанный с этой встречейThe patient or group related to this encounter |
Комментарии | While the encounter is always about the patient, the patient might not actually be known in all contexts of use, and there may be a group of patients that could be anonymous (such as in a group therapy for Alcoholics Anonymous - where the recording of the encounter could be used for billing on the number of people/staff and not important to the context of the specific patients) or alternately in veterinary care a herd of sheep receiving treatment (where the animals are not individually tracked). |
Контроль | 0..1 |
Тип | Reference(UZ Core Patient, Patient, Group) |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Альтернативные имена | patient |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
22. Encounter.subjectStatus | |
Определение | The subjectStatus value can be used to track the patient's status within the encounter. It details whether the patient has arrived or departed, has been triaged or is currently in a waiting status. |
Короткий | Отслеживание статуса пациента в ходе встречиThe current status of the subject in relation to the Encounter |
Комментарии | Different use-cases are likely to have different permitted transitions between states, such as an Emergency department could use |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из Например, коды см. EncounterSubjectStatusVS (0.3.0)http://hl7.org/fhir/ValueSet/encounter-subject-status|5.0.0 (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-subject-status-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
24. Encounter.episodeOfCare | |
Определение | Where a specific encounter should be classified as a part of a specific episode(s) of care this field should be used. This association can facilitate grouping of related encounters together for a specific purpose, such as government reporting, issue tracking, association via a common problem. The association is recorded on the encounter as these are typically created after the episode of care and grouped on entry rather than editing the episode of care to append another encounter to it (the episode of care could span years). |
Короткий | Эпизод(ы) ухода, в отношении которого следует записать эту встречуEpisode(s) of care that this encounter should be recorded against |
Контроль | 0..* |
Тип | Reference(EpisodeOfCare) |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
26. Encounter.basedOn | |
Определение | The request this encounter satisfies (e.g. incoming referral or procedure request). |
Короткий | Запрос, который инициировал эту встречуThe request that initiated this encounter |
Контроль | 0..* |
Тип | Reference(CarePlan, DeviceRequest, MedicationRequest, ServiceRequest) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | false |
Альтернативные имена | incomingReferral |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
28. Encounter.careTeam | |
Определение | The group(s) of individuals, organizations that are allocated to participate in this encounter. The participants backbone will record the actuals of when these individuals participated during the encounter. |
Короткий | Группа(ы), выделенная для участия в этой встречеThe group(s) that are allocated to participate in this encounter |
Контроль | 0..* |
Тип | Reference(CareTeam) |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
30. Encounter.partOf | |
Определение | Another Encounter of which this encounter is a part of (administratively or in time). |
Короткий | Другая встреча, частью которой является данная встречаAnother Encounter this encounter is part of |
Комментарии | This is also used for associating a child's encounter back to the mother's encounter. Refer to the Notes section in the Patient resource for further details. |
Контроль | 0..1 |
Тип | Reference(Encounter) |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
32. Encounter.serviceProvider | |
Определение | The organization that is primarily responsible for this Encounter's services. This MAY be the same as the organization on the Patient record, however it could be different, such as if the actor performing the services was from an external organization (which may be billed seperately) for an external consultation. Refer to the colonoscopy example on the Encounter examples tab. |
Короткий | Организация (учреждение), ответственная за данную встречуThe organization (facility) responsible for this encounter |
Контроль | 0..1 |
Тип | Reference(Organization) |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
34. Encounter.participant | |
Определение | The list of people responsible for providing the service. |
Короткий | Роль участника встречиList of participants involved in the encounter |
Комментарии | Any Patient or Group present in the participation.actor must also be the subject, though the subject may be absent from the participation.actor for cases where the patient (or group) is not present, such as during a case review conference. |
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )enc-1: A type must be provided when no explicit actor is specified ( actor.exists() or type.exists() )enc-2: A type cannot be provided for a patient or group participant ( actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) enc-1: A type must be provided when no explicit actor is specified (actor.exists() or type.exists()) enc-2: A type cannot be provided for a patient or group participant (actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not()) |
36. Encounter.participant.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
38. Encounter.participant.type | |
Определение | Role of participant in encounter. |
Короткий | Role of participant in encounter |
Комментарии | The participant type indicates how an individual actor participates in an encounter. It includes non-practitioner participants, and for practitioners this is to describe the action type in the context of this encounter (e.g. Admitting Dr, Attending Dr, Translator, Consulting Dr). This is different to the practitioner roles which are functional roles, derived from terms of employment, education, licensing, etc. |
Контроль | 0..* На этот элемент влияют следующие инварианты: enc-1, enc-2 |
Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из EncounterParticipantTypeVS (0.3.0)http://hl7.org/fhir/ValueSet/encounter-participant-type|5.0.0 (extensible to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-participant-type-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
40. Encounter.participant.period | |
Определение | The period of time that the specified participant participated in the encounter. These can overlap or be sub-sets of the overall encounter's period. |
Короткий | Период времени во время встречи, в котором участвовал участникPeriod of time during the encounter that the participant participated |
Контроль | 0..1 |
Тип | Period |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
42. Encounter.participant.actor | |
Определение | Person involved in the encounter, the patient/group is also included here to indicate that the patient was actually participating in the encounter. Not including the patient here covers use cases such as a case meeting between practitioners about a patient - non contact times. |
Короткий | Лицо, устройство или служба, участвующее во встречеThe individual, device, or service participating in the encounter |
Комментарии | For planning purposes, Appointments may include a CareTeam participant to indicate that one specific person from the CareTeam will be assigned, but that assignment might not happen until the Encounter begins. Hence CareTeam is not included in Encounter.participant, as the specific individual should be assigned and represented as a Practitioner or other person resource. Similarly, Location can be included in Appointment.participant to assist with planning. However, the patient location is tracked on the Encounter in the Encounter.location property to allow for additional metadata and history to be recorded. The role of the participant can be used to declare what the actor will be doing in the scope of this encounter participation. If the individual is not specified during planning, then it is expected that the individual will be filled in at a later stage prior to the encounter commencing. |
Контроль | 0..1 На этот элемент влияют следующие инварианты: enc-1, enc-2 |
Тип | Reference(Patient, Group, RelatedPerson, Practitioner, PractitionerRole, Device, HealthcareService) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
44. Encounter.appointment | |
Определение | The appointment that scheduled this encounter. |
Короткий | Appointment, на котором была запланирована эта встречаThe appointment that scheduled this encounter |
Контроль | 0..* |
Тип | Reference(Appointment) |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
46. Encounter.virtualService | |
Определение | Connection details of a virtual service (e.g. conference call). |
Короткий | ТелемедицинаConnection details of a virtual service (e.g. conference call) |
Комментарии | There are two types of virtual meetings that often exist:
Implementers may consider using Location.virtualService for persistent meeting rooms. If each participant would have a different meeting link, an extension using the VirtualServiceContactDetail can be applied to the Encounter.participant BackboneElement. |
Контроль | 0..* |
Тип | VirtualServiceDetail |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
48. Encounter.actualPeriod | |
Определение | The actual start and end time of the encounter. |
Короткий | Фактическое время начала и окончания встречиThe actual start and end time of the encounter |
Комментарии | If not (yet) known, the end of the Period may be omitted. |
Контроль | 0..1 |
Тип | Period |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
50. Encounter.plannedStartDate | |
Определение | The planned start date/time (or admission date) of the encounter. |
Короткий | Планируемая дата/время начала (или дата приема) встречиThe planned start date/time (or admission date) of the encounter |
Контроль | 0..1 |
Тип | dateTime |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
52. Encounter.plannedEndDate | |
Определение | The planned end date/time (or discharge date) of the encounter. |
Короткий | Планируемая дата/время окончания (или дата выписки) встречиThe planned end date/time (or discharge date) of the encounter |
Контроль | 0..1 |
Тип | dateTime |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
54. Encounter.length | |
Определение | Actual quantity of time the encounter lasted. This excludes the time during leaves of absence. When missing it is the time in between the start and end values. |
Короткий | Фактическое количество времени, в течение которого длилась встреча (за вычетом времени отсутствия)Actual quantity of time the encounter lasted (less time absent) |
Комментарии | If the precision on these values is low (e.g. to the day only) then this may be considered was an all day (or multi-day) encounter, unless the duration is included, where that amount of time occurred sometime during the interval. May differ from the time in |
Контроль | 0..1 |
Тип | Duration |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
56. Encounter.reason | |
Определение | The list of medical reasons that are expected to be addressed during the episode of care. |
Короткий | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощиThe list of medical reasons that are expected to be addressed during the episode of care |
Комментарии | The reason communicates what medical problem the patient has that should be addressed during the episode of care. This reason could be patient reported complaint, a clinical indication that was determined in a previous encounter or episode of care, or some planned care such as an immunization recommendation. In the case where you have a primary reason, but are expecting to also address other problems, you can list the primary reason with a use code of 'Chief Complaint', while the other problems being addressed would have a use code of 'Reason for Visit'. Examples:
|
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
58. Encounter.reason.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
60. Encounter.reason.use | |
Определение | What the reason value should be used as e.g. Chief Complaint, Health Concern, Health Maintenance (including screening). |
Короткий | Для чего/как следует использовать значение причиныWhat the reason value should be used for/as |
Контроль | 0..* |
Привязка | Коды СЛЕДУЕТ взять из Например, коды см. EncounterReasonUseVS (0.3.0)http://hl7.org/fhir/ValueSet/encounter-reason-use|5.0.0 (preferred to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-reason-use-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
62. Encounter.reason.value | |
Определение | Reason the encounter takes place, expressed as a code or a reference to another resource. For admissions, this can be used for a coded admission diagnosis. |
Короткий | Медицинская причина, требующая рассмотренияReason the encounter takes place (core or reference) |
Контроль | 0..* |
Привязка | Коды СЛЕДУЕТ взять из EncounterReasonCodeshttp://hl7.org/fhir/ValueSet/encounter-reason|5.0.0 (preferred to http://hl7.org/fhir/ValueSet/encounter-reason|5.0.0 )Reason why the encounter takes place. |
Тип | CodeableReference(UZ Core Clinical Condition, DiagnosticReport, Procedure, Uz Core Observation, Condition, Observation, ImmunizationRecommendation) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | true |
Альтернативные имена | Indication, Admission diagnosis |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
64. Encounter.diagnosis | |
Определение | The list of diagnosis relevant to this encounter. |
Короткий | Список диагнозов, имеющих отношение к данному случаюThe list of diagnosis relevant to this encounter |
Комментарии | Also note that for the purpose of billing, the diagnoses are recorded in the account where they can be ranked appropriately for how the invoicing/claiming documentation needs to be prepared. |
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
66. Encounter.diagnosis.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
68. Encounter.diagnosis.condition | |
Определение | The coded diagnosis or a reference to a Condition (with other resources referenced in the evidence.detail), the use property will indicate the purpose of this specific diagnosis. |
Короткий | Диагноз, относящийся к встречеThe diagnosis relevant to the encounter |
Контроль | 0..* |
Привязка | Например, коды см. ConditionProblemDiagnosisCodeshttp://hl7.org/fhir/ValueSet/condition-code|5.0.0 (example to http://hl7.org/fhir/ValueSet/condition-code|5.0.0 ) |
Тип | CodeableReference(Condition) |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Альтернативные имена | Admission diagnosis, discharge diagnosis, indication |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
70. Encounter.diagnosis.use | |
Определение | Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …). |
Короткий | Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …) |
Контроль | 0..* |
Привязка | Коды СЛЕДУЕТ взять из EncounterDiagnosisUsehttp://hl7.org/fhir/ValueSet/encounter-diagnosis-use|5.0.0 (preferred to http://hl7.org/fhir/ValueSet/encounter-diagnosis-use|5.0.0 )The type of diagnosis this condition represents. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
72. Encounter.account | |
Определение | The set of accounts that may be used for billing for this Encounter. |
Короткий | Набор счетов, которые могут быть использованы для выставления счетов за эту встречуThe set of accounts that may be used for billing for this Encounter |
Комментарии | The billing system may choose to allocate billable items associated with the Encounter to different referenced Accounts based on internal business rules. |
Контроль | 0..* |
Тип | Reference(Account) |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
74. Encounter.admission | |
Определение | Details about the stay during which a healthcare service is provided. This does not describe the event of admitting the patient, but rather any information that is relevant from the time of admittance until the time of discharge. |
Короткий | Подробности о пребывании, во время которого предоставляется медицинская услугаDetails about the admission to a healthcare service |
Комментарии | An Encounter may cover more than just the inpatient stay. Contexts such as outpatients, community clinics, and aged care facilities are also included. The duration recorded in the period of this encounter covers the entire scope of this admission record. |
Контроль | 0..1 |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
76. Encounter.admission.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
78. Encounter.admission.origin | |
Определение | The location/organization from which the patient came before admission. |
Короткий | Место/организация, из которой пациент прибыл до поступленияThe location/organization from which the patient came before admission |
Контроль | 0..1 |
Тип | Reference(Location, Organization) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
80. Encounter.admission.admitSource | |
Определение | From where patient was admitted (physician referral, transfer). |
Короткий | Откуда пациент был принятFrom where patient was admitted (physician referral, transfer) |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из Коды СЛЕДУЕТ взять из EncounterAdmitSourceVS (0.3.0)http://hl7.org/fhir/ValueSet/encounter-admit-source|5.0.0 (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-admit-source-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
82. Encounter.admission.reAdmission | |
Определение | Indicates that this encounter is directly related to a prior admission, often because the conditions addressed in the prior admission were not fully addressed. |
Короткий | Указывает, что пациент повторно госпитализированIndicates that the patient is being re-admitted |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из Например, коды см. EncounterReAdmissionVS (0.3.0)http://terminology.hl7.org/ValueSet/v2-0092 (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-reAdmission-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
84. Encounter.admission.destination | |
Определение | Location/organization to which the patient is discharged. |
Короткий | Место/организация, в которую выписывается пациентLocation/organization to which the patient is discharged |
Контроль | 0..1 |
Тип | Reference(Location, Organization) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
86. Encounter.admission.dischargeDisposition | |
Определение | Category or kind of location after discharge. |
Короткий | Категория или вид местоположения после выпискиCategory or kind of location after discharge |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из Например, коды см. EncounterDischargeDispositionVS (0.3.0)http://hl7.org/fhir/ValueSet/encounter-discharge-disposition|5.0.0 (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-discharge-disposition-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
88. Encounter.location | |
Определение | List of locations where the patient has been during this encounter. |
Короткий | List of locations where the patient has been |
Комментарии | Virtual encounters can be recorded in the Encounter by specifying a location reference to a location of type "kind" such as "client's home" and an encounter.class = "virtual". |
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
90. Encounter.location.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
92. Encounter.location.location | |
Определение | The location where the encounter takes place. |
Короткий | Место, где происходит встречаLocation the encounter takes place |
Контроль | 1..1 |
Тип | Reference(Location) |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Рекомендации по толкованию содержимого этой таблицы можно найтиздесь!!!!!!!!!!!!!!!!-- no content: do not translate #97 --
0. Encounter | |
2. Encounter.identifier | |
Короткий | Идентификатор, по которым известна эта встреча |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..1 |
Требуется поддержка | true |
4. Encounter.status | |
Короткий | Текущее состояние встречи |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterStatusVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-status-vs|0.3.0 ) |
Требуется поддержка | true |
6. Encounter.class | |
Короткий | Классификация встречи с пациентом |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterClassVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-class-vs|0.3.0 ) |
Требуется поддержка | true |
8. Encounter.priority | |
Короткий | Указывает срочность встречи |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterPriorityVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-priority-vs|0.3.0 ) |
Требуется поддержка | true |
10. Encounter.type | |
Короткий | Конкретный тип встречи |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterTypeVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-type-vs|0.3.0 ) |
Требуется поддержка | true |
12. Encounter.serviceType | |
Короткий | Широкая категоризация услуг, которые должны быть предоставлены |
Требуется поддержка | true |
14. Encounter.subject | |
Короткий | Пациент, связанный с этой встречей |
Тип | Reference(UZ Core Patient) |
Требуется поддержка | true |
16. Encounter.subjectStatus | |
Короткий | Отслеживание статуса пациента в ходе встречи |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterSubjectStatusVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-subject-status-vs|0.3.0 ) |
Требуется поддержка | true |
18. Encounter.episodeOfCare | |
Короткий | Эпизод(ы) ухода, в отношении которого следует записать эту встречу |
Требуется поддержка | true |
20. Encounter.basedOn | |
Короткий | Запрос, который инициировал эту встречу |
Требуется поддержка | true |
22. Encounter.careTeam | |
Короткий | Группа(ы), выделенная для участия в этой встрече |
Требуется поддержка | true |
24. Encounter.partOf | |
Короткий | Другая встреча, частью которой является данная встреча |
Требуется поддержка | true |
26. Encounter.serviceProvider | |
Короткий | Организация (учреждение), ответственная за данную встречу |
Требуется поддержка | true |
28. Encounter.participant | |
Короткий | Роль участника встречи |
Требуется поддержка | true |
30. Encounter.participant.type | |
Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из EncounterParticipantTypeVS (0.3.0) (extensible to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-participant-type-vs|0.3.0 ) |
Требуется поддержка | true |
32. Encounter.participant.period | |
Короткий | Период времени во время встречи, в котором участвовал участник |
Требуется поддержка | true |
34. Encounter.participant.actor | |
Короткий | Лицо, устройство или служба, участвующее во встрече |
Требуется поддержка | true |
36. Encounter.appointment | |
Короткий | Appointment, на котором была запланирована эта встреча |
Требуется поддержка | true |
38. Encounter.virtualService | |
Короткий | Телемедицина |
Требуется поддержка | true |
40. Encounter.actualPeriod | |
Короткий | Фактическое время начала и окончания встречи |
Требуется поддержка | true |
42. Encounter.plannedStartDate | |
Короткий | Планируемая дата/время начала (или дата приема) встречи |
Требуется поддержка | true |
44. Encounter.plannedEndDate | |
Короткий | Планируемая дата/время окончания (или дата выписки) встречи |
Требуется поддержка | true |
46. Encounter.length | |
Короткий | Фактическое количество времени, в течение которого длилась встреча (за вычетом времени отсутствия) |
Требуется поддержка | true |
48. Encounter.reason | |
Короткий | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощи |
Требуется поддержка | true |
50. Encounter.reason.use | |
Короткий | Для чего/как следует использовать значение причины |
Привязка | Коды СЛЕДУЕТ взять из EncounterReasonUseVS (0.3.0) (preferred to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-reason-use-vs|0.3.0 ) |
Требуется поддержка | true |
52. Encounter.reason.value | |
Короткий | Медицинская причина, требующая рассмотрения |
Тип | CodeableReference(UZ Core Clinical Condition, DiagnosticReport, Procedure, Uz Core Observation) |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
54. Encounter.diagnosis | |
Короткий | Список диагнозов, имеющих отношение к данному случаю |
Требуется поддержка | true |
56. Encounter.diagnosis.condition | |
Короткий | Диагноз, относящийся к встрече |
Требуется поддержка | true |
58. Encounter.diagnosis.use | |
Требуется поддержка | true |
60. Encounter.account | |
Короткий | Набор счетов, которые могут быть использованы для выставления счетов за эту встречу |
Требуется поддержка | true |
62. Encounter.admission | |
Короткий | Подробности о пребывании, во время которого предоставляется медицинская услуга |
Требуется поддержка | true |
64. Encounter.admission.origin | |
Короткий | Место/организация, из которой пациент прибыл до поступления |
Требуется поддержка | true |
66. Encounter.admission.admitSource | |
Короткий | Откуда пациент был принят |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterAdmitSourceVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-admit-source-vs|0.3.0 ) |
Требуется поддержка | true |
68. Encounter.admission.reAdmission | |
Короткий | Указывает, что пациент повторно госпитализирован |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterReAdmissionVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-reAdmission-vs|0.3.0 ) |
Требуется поддержка | true |
70. Encounter.admission.destination | |
Короткий | Место/организация, в которую выписывается пациент |
Требуется поддержка | true |
72. Encounter.admission.dischargeDisposition | |
Короткий | Категория или вид местоположения после выписки |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterDischargeDispositionVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-discharge-disposition-vs|0.3.0 ) |
Требуется поддержка | true |
74. Encounter.location | |
Требуется поддержка | true |
76. Encounter.location.location | |
Короткий | Место, где происходит встреча |
Требуется поддержка | true |
Рекомендации по толкованию содержимого этой таблицы можно найтиздесь!!!!!!!!!!!!!!!!-- no content: do not translate #97 --
0. Encounter | |
Определение | An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient. Encounter is primarily used to record information about the actual activities that occurred, where Appointment is used to record planned activities. |
Короткий | An interaction during which services are provided to the patient |
Контроль | 0..* |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Альтернативные имена | Visit |
Инварианты | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty() )dom-3: 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: 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: If a resource is contained in another resource, it SHALL NOT have a security label ( contained.meta.security.empty() )dom-6: A resource should have narrative for robust management ( text.`div`.exists() ) |
2. Encounter.id | |
Определение | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. |
Короткий | Logical id of this artifact |
Комментарии | Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case. |
Контроль | 0..1 |
Тип | id |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
4. Encounter.meta | |
Определение | The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. |
Короткий | Metadata about the resource |
Контроль | 0..1 |
Тип | Meta |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
6. Encounter.implicitRules | |
Определение | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. |
Короткий | A set of rules under which this content was created |
Комментарии | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc. |
Контроль | 0..1 |
Тип | uri |
Модификатор | true потому что This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
8. Encounter.language | |
Определение | The base language in which the resource is written. |
Короткий | Language of the resource content |
Комментарии | Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute). |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из AllLanguages (required to http://hl7.org/fhir/ValueSet/all-languages|5.0.0 )IETF language tag for a human language |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
10. Encounter.text | |
Определение | A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. |
Короткий | Text summary of the resource, for human interpretation |
Комментарии | Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later. |
Контроль | 0..1 На этот элемент влияют следующие инварианты: dom-6 |
Тип | Narrative |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Альтернативные имена | narrative, html, xhtml, display |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
12. Encounter.contained | |
Определение | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning. |
Короткий | Contained, inline Resources |
Комментарии | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels. |
Контроль | 0..* На этот элемент влияют следующие инварианты: dom-2, dom-4, dom-3, dom-5 |
Тип | Resource |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Альтернативные имена | inline resources, anonymous resources, contained resources |
14. Encounter.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
16. Encounter.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them |
Требуется поддержка | false |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
18. Encounter.identifier | |
Определение | Identifier(s) by which this encounter is known. |
Короткий | Идентификатор, по которым известна эта встреча |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..1 |
Тип | Identifier |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
20. Encounter.status | |
Определение | The current state of the encounter (not the state of the patient within the encounter - that is subjectState). |
Короткий | Текущее состояние встречи |
Комментарии | Note that internal business rules will determine the appropriate transitions that may occur between statuses (and also classes). |
Контроль | 1..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterStatusVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-status-vs|0.3.0 ) |
Тип | code |
Модификатор | true потому что This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
22. Encounter.class | |
Определение | Concepts representing classification of patient encounter such as ambulatory (outpatient), inpatient, emergency, home health or others due to local variations. |
Короткий | Классификация встречи с пациентом |
Контроль | 0..* |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterClassVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-class-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
24. Encounter.priority | |
Определение | Indicates the urgency of the encounter. |
Короткий | Указывает срочность встречи |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterPriorityVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-priority-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
26. Encounter.type | |
Определение | Specific type of encounter (e.g. e-mail consultation, surgical day-care, skilled nursing, rehabilitation). |
Короткий | Конкретный тип встречи |
Комментарии | Since there are many ways to further classify encounters, this element is 0..*. |
Контроль | 0..* |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterTypeVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-type-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
28. Encounter.serviceType | |
Определение | Broad categorization of the service that is to be provided (e.g. cardiology). |
Короткий | Широкая категоризация услуг, которые должны быть предоставлены |
Контроль | 0..* |
Привязка | Например, коды см. ServiceType (example to http://hl7.org/fhir/ValueSet/service-type|5.0.0 )Broad categorization of the service that is to be provided. |
Тип | CodeableReference(HealthcareService) |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
30. Encounter.subject | |
Определение | The patient or group related to this encounter. In some use-cases the patient MAY not be present, such as a case meeting about a patient between several practitioners or a careteam. |
Короткий | Пациент, связанный с этой встречей |
Комментарии | While the encounter is always about the patient, the patient might not actually be known in all contexts of use, and there may be a group of patients that could be anonymous (such as in a group therapy for Alcoholics Anonymous - where the recording of the encounter could be used for billing on the number of people/staff and not important to the context of the specific patients) or alternately in veterinary care a herd of sheep receiving treatment (where the animals are not individually tracked). |
Контроль | 0..1 |
Тип | Reference(UZ Core Patient) |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Альтернативные имена | patient |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
32. Encounter.subjectStatus | |
Определение | The subjectStatus value can be used to track the patient's status within the encounter. It details whether the patient has arrived or departed, has been triaged or is currently in a waiting status. |
Короткий | Отслеживание статуса пациента в ходе встречи |
Комментарии | Different use-cases are likely to have different permitted transitions between states, such as an Emergency department could use |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterSubjectStatusVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-subject-status-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
34. Encounter.episodeOfCare | |
Определение | Where a specific encounter should be classified as a part of a specific episode(s) of care this field should be used. This association can facilitate grouping of related encounters together for a specific purpose, such as government reporting, issue tracking, association via a common problem. The association is recorded on the encounter as these are typically created after the episode of care and grouped on entry rather than editing the episode of care to append another encounter to it (the episode of care could span years). |
Короткий | Эпизод(ы) ухода, в отношении которого следует записать эту встречу |
Контроль | 0..* |
Тип | Reference(EpisodeOfCare) |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
36. Encounter.basedOn | |
Определение | The request this encounter satisfies (e.g. incoming referral or procedure request). |
Короткий | Запрос, который инициировал эту встречу |
Контроль | 0..* |
Тип | Reference(CarePlan, DeviceRequest, MedicationRequest, ServiceRequest) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | false |
Альтернативные имена | incomingReferral |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
38. Encounter.careTeam | |
Определение | The group(s) of individuals, organizations that are allocated to participate in this encounter. The participants backbone will record the actuals of when these individuals participated during the encounter. |
Короткий | Группа(ы), выделенная для участия в этой встрече |
Контроль | 0..* |
Тип | Reference(CareTeam) |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
40. Encounter.partOf | |
Определение | Another Encounter of which this encounter is a part of (administratively or in time). |
Короткий | Другая встреча, частью которой является данная встреча |
Комментарии | This is also used for associating a child's encounter back to the mother's encounter. Refer to the Notes section in the Patient resource for further details. |
Контроль | 0..1 |
Тип | Reference(Encounter) |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
42. Encounter.serviceProvider | |
Определение | The organization that is primarily responsible for this Encounter's services. This MAY be the same as the organization on the Patient record, however it could be different, such as if the actor performing the services was from an external organization (which may be billed seperately) for an external consultation. Refer to the colonoscopy example on the Encounter examples tab. |
Короткий | Организация (учреждение), ответственная за данную встречу |
Контроль | 0..1 |
Тип | Reference(Organization) |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
44. Encounter.participant | |
Определение | The list of people responsible for providing the service. |
Короткий | Роль участника встречи |
Комментарии | Any Patient or Group present in the participation.actor must also be the subject, though the subject may be absent from the participation.actor for cases where the patient (or group) is not present, such as during a case review conference. |
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )enc-1: A type must be provided when no explicit actor is specified ( actor.exists() or type.exists() )enc-2: A type cannot be provided for a patient or group participant ( actor.exists(resolve() is Patient or resolve() is Group) implies type.exists().not() ) |
46. Encounter.participant.id | |
Определение | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Короткий | Unique id for inter-element referencing |
Контроль | 0..1 На этот элемент влияют следующие инварианты: ele-1 |
Тип | string |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
48. Encounter.participant.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
50. Encounter.participant.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
52. Encounter.participant.type | |
Определение | Role of participant in encounter. |
Короткий | Role of participant in encounter |
Комментарии | The participant type indicates how an individual actor participates in an encounter. It includes non-practitioner participants, and for practitioners this is to describe the action type in the context of this encounter (e.g. Admitting Dr, Attending Dr, Translator, Consulting Dr). This is different to the practitioner roles which are functional roles, derived from terms of employment, education, licensing, etc. |
Контроль | 0..* На этот элемент влияют следующие инварианты: enc-1, enc-2 |
Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из EncounterParticipantTypeVS (0.3.0) (extensible to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-participant-type-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
54. Encounter.participant.period | |
Определение | The period of time that the specified participant participated in the encounter. These can overlap or be sub-sets of the overall encounter's period. |
Короткий | Период времени во время встречи, в котором участвовал участник |
Контроль | 0..1 |
Тип | Period |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
56. Encounter.participant.actor | |
Определение | Person involved in the encounter, the patient/group is also included here to indicate that the patient was actually participating in the encounter. Not including the patient here covers use cases such as a case meeting between practitioners about a patient - non contact times. |
Короткий | Лицо, устройство или служба, участвующее во встрече |
Комментарии | For planning purposes, Appointments may include a CareTeam participant to indicate that one specific person from the CareTeam will be assigned, but that assignment might not happen until the Encounter begins. Hence CareTeam is not included in Encounter.participant, as the specific individual should be assigned and represented as a Practitioner or other person resource. Similarly, Location can be included in Appointment.participant to assist with planning. However, the patient location is tracked on the Encounter in the Encounter.location property to allow for additional metadata and history to be recorded. The role of the participant can be used to declare what the actor will be doing in the scope of this encounter participation. If the individual is not specified during planning, then it is expected that the individual will be filled in at a later stage prior to the encounter commencing. |
Контроль | 0..1 На этот элемент влияют следующие инварианты: enc-1, enc-2 |
Тип | Reference(Patient, Group, RelatedPerson, Practitioner, PractitionerRole, Device, HealthcareService) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
58. Encounter.appointment | |
Определение | The appointment that scheduled this encounter. |
Короткий | Appointment, на котором была запланирована эта встреча |
Контроль | 0..* |
Тип | Reference(Appointment) |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
60. Encounter.virtualService | |
Определение | Connection details of a virtual service (e.g. conference call). |
Короткий | Телемедицина |
Комментарии | There are two types of virtual meetings that often exist:
Implementers may consider using Location.virtualService for persistent meeting rooms. If each participant would have a different meeting link, an extension using the VirtualServiceContactDetail can be applied to the Encounter.participant BackboneElement. |
Контроль | 0..* |
Тип | VirtualServiceDetail |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
62. Encounter.actualPeriod | |
Определение | The actual start and end time of the encounter. |
Короткий | Фактическое время начала и окончания встречи |
Комментарии | If not (yet) known, the end of the Period may be omitted. |
Контроль | 0..1 |
Тип | Period |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
64. Encounter.plannedStartDate | |
Определение | The planned start date/time (or admission date) of the encounter. |
Короткий | Планируемая дата/время начала (или дата приема) встречи |
Контроль | 0..1 |
Тип | dateTime |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
66. Encounter.plannedEndDate | |
Определение | The planned end date/time (or discharge date) of the encounter. |
Короткий | Планируемая дата/время окончания (или дата выписки) встречи |
Контроль | 0..1 |
Тип | dateTime |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
68. Encounter.length | |
Определение | Actual quantity of time the encounter lasted. This excludes the time during leaves of absence. When missing it is the time in between the start and end values. |
Короткий | Фактическое количество времени, в течение которого длилась встреча (за вычетом времени отсутствия) |
Комментарии | If the precision on these values is low (e.g. to the day only) then this may be considered was an all day (or multi-day) encounter, unless the duration is included, where that amount of time occurred sometime during the interval. May differ from the time in |
Контроль | 0..1 |
Тип | Duration |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
70. Encounter.reason | |
Определение | The list of medical reasons that are expected to be addressed during the episode of care. |
Короткий | Перечень медицинских показаний, которые, как ожидается, будут рассмотрены в ходе оказания помощи |
Комментарии | The reason communicates what medical problem the patient has that should be addressed during the episode of care. This reason could be patient reported complaint, a clinical indication that was determined in a previous encounter or episode of care, or some planned care such as an immunization recommendation. In the case where you have a primary reason, but are expecting to also address other problems, you can list the primary reason with a use code of 'Chief Complaint', while the other problems being addressed would have a use code of 'Reason for Visit'. Examples:
|
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
72. Encounter.reason.id | |
Определение | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Короткий | Unique id for inter-element referencing |
Контроль | 0..1 На этот элемент влияют следующие инварианты: ele-1 |
Тип | string |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
74. Encounter.reason.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
76. Encounter.reason.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
78. Encounter.reason.use | |
Определение | What the reason value should be used as e.g. Chief Complaint, Health Concern, Health Maintenance (including screening). |
Короткий | Для чего/как следует использовать значение причины |
Контроль | 0..* |
Привязка | Коды СЛЕДУЕТ взять из EncounterReasonUseVS (0.3.0) (preferred to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-reason-use-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
80. Encounter.reason.value | |
Определение | Reason the encounter takes place, expressed as a code or a reference to another resource. For admissions, this can be used for a coded admission diagnosis. |
Короткий | Медицинская причина, требующая рассмотрения |
Контроль | 0..* |
Привязка | Коды СЛЕДУЕТ взять из EncounterReasonCodes (preferred to http://hl7.org/fhir/ValueSet/encounter-reason|5.0.0 )Reason why the encounter takes place. |
Тип | CodeableReference(UZ Core Clinical Condition, DiagnosticReport, Procedure, Uz Core Observation) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | true |
Альтернативные имена | Indication, Admission diagnosis |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
82. Encounter.diagnosis | |
Определение | The list of diagnosis relevant to this encounter. |
Короткий | Список диагнозов, имеющих отношение к данному случаю |
Комментарии | Also note that for the purpose of billing, the diagnoses are recorded in the account where they can be ranked appropriately for how the invoicing/claiming documentation needs to be prepared. |
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
84. Encounter.diagnosis.id | |
Определение | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Короткий | Unique id for inter-element referencing |
Контроль | 0..1 На этот элемент влияют следующие инварианты: ele-1 |
Тип | string |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
86. Encounter.diagnosis.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
88. Encounter.diagnosis.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
90. Encounter.diagnosis.condition | |
Определение | The coded diagnosis or a reference to a Condition (with other resources referenced in the evidence.detail), the use property will indicate the purpose of this specific diagnosis. |
Короткий | Диагноз, относящийся к встрече |
Контроль | 0..* |
Привязка | Например, коды см. ConditionProblemDiagnosisCodes (example to http://hl7.org/fhir/ValueSet/condition-code|5.0.0 ) |
Тип | CodeableReference(Condition) |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Альтернативные имена | Admission diagnosis, discharge diagnosis, indication |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
92. Encounter.diagnosis.use | |
Определение | Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …). |
Короткий | Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …) |
Контроль | 0..* |
Привязка | Коды СЛЕДУЕТ взять из EncounterDiagnosisUse (preferred to http://hl7.org/fhir/ValueSet/encounter-diagnosis-use|5.0.0 )The type of diagnosis this condition represents. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
94. Encounter.account | |
Определение | The set of accounts that may be used for billing for this Encounter. |
Короткий | Набор счетов, которые могут быть использованы для выставления счетов за эту встречу |
Комментарии | The billing system may choose to allocate billable items associated with the Encounter to different referenced Accounts based on internal business rules. |
Контроль | 0..* |
Тип | Reference(Account) |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
96. Encounter.dietPreference | |
Определение | Diet preferences reported by the patient. |
Короткий | Diet preferences reported by the patient |
Комментарии | For example, a patient may request both a dairy-free and nut-free diet preference (not mutually exclusive). |
Контроль | 0..* |
Привязка | Например, коды см. EncounterDiet (example to http://hl7.org/fhir/ValueSet/encounter-diet|5.0.0 )Medical, cultural or ethical food preferences to help with catering requirements. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Требования | Used to track patient's diet restrictions and/or preference. For a complete description of the nutrition needs of a patient during their stay, one should use the nutritionOrder resource which links to Encounter. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
98. Encounter.specialArrangement | |
Определение | Any special requests that have been made for this encounter, such as the provision of specific equipment or other things. |
Короткий | Wheelchair, translator, stretcher, etc |
Контроль | 0..* |
Привязка | Коды СЛЕДУЕТ взять из SpecialArrangements (preferred to http://hl7.org/fhir/ValueSet/encounter-special-arrangements|5.0.0 )Special arrangements. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
100. Encounter.specialCourtesy | |
Определение | Special courtesies that may be provided to the patient during the encounter (VIP, board member, professional courtesy). |
Короткий | Special courtesies (VIP, board member) |
Комментарии | Although the specialCourtesy property can contain values like VIP, the purpose of this field is intended to be used for flagging additional It could include things like the patient is to have a private room, special room features, receive a friendly visit from hospital adminisitration, or should be briefed on treatment by senior staff during the stay. It is not specifically intended to be used for securing the specific record - that is the purpose of the security meta tag, and where appropriate, both fields could be used. |
Контроль | 0..* |
Привязка | Коды СЛЕДУЕТ взять из SpecialCourtesy (preferred to http://hl7.org/fhir/ValueSet/encounter-special-courtesy|5.0.0 )Special courtesies. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
102. Encounter.admission | |
Определение | Details about the stay during which a healthcare service is provided. This does not describe the event of admitting the patient, but rather any information that is relevant from the time of admittance until the time of discharge. |
Короткий | Подробности о пребывании, во время которого предоставляется медицинская услуга |
Комментарии | An Encounter may cover more than just the inpatient stay. Contexts such as outpatients, community clinics, and aged care facilities are also included. The duration recorded in the period of this encounter covers the entire scope of this admission record. |
Контроль | 0..1 |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
104. Encounter.admission.id | |
Определение | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Короткий | Unique id for inter-element referencing |
Контроль | 0..1 На этот элемент влияют следующие инварианты: ele-1 |
Тип | string |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
106. Encounter.admission.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
108. Encounter.admission.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
110. Encounter.admission.preAdmissionIdentifier | |
Определение | Pre-admission identifier. |
Короткий | Pre-admission identifier |
Контроль | 0..1 |
Тип | Identifier |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
112. Encounter.admission.origin | |
Определение | The location/organization from which the patient came before admission. |
Короткий | Место/организация, из которой пациент прибыл до поступления |
Контроль | 0..1 |
Тип | Reference(Location, Organization) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
114. Encounter.admission.admitSource | |
Определение | From where patient was admitted (physician referral, transfer). |
Короткий | Откуда пациент был принят |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterAdmitSourceVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-admit-source-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
116. Encounter.admission.reAdmission | |
Определение | Indicates that this encounter is directly related to a prior admission, often because the conditions addressed in the prior admission were not fully addressed. |
Короткий | Указывает, что пациент повторно госпитализирован |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterReAdmissionVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-reAdmission-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
118. Encounter.admission.destination | |
Определение | Location/organization to which the patient is discharged. |
Короткий | Место/организация, в которую выписывается пациент |
Контроль | 0..1 |
Тип | Reference(Location, Organization) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
120. Encounter.admission.dischargeDisposition | |
Определение | Category or kind of location after discharge. |
Короткий | Категория или вид местоположения после выписки |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterDischargeDispositionVS (0.3.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/encounter-discharge-disposition-vs|0.3.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
122. Encounter.location | |
Определение | List of locations where the patient has been during this encounter. |
Короткий | List of locations where the patient has been |
Комментарии | Virtual encounters can be recorded in the Encounter by specifying a location reference to a location of type "kind" such as "client's home" and an encounter.class = "virtual". |
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
124. Encounter.location.id | |
Определение | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Короткий | Unique id for inter-element referencing |
Контроль | 0..1 На этот элемент влияют следующие инварианты: ele-1 |
Тип | string |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
126. Encounter.location.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
128. Encounter.location.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
130. Encounter.location.location | |
Определение | The location where the encounter takes place. |
Короткий | Место, где происходит встреча |
Контроль | 1..1 |
Тип | Reference(Location) |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
132. Encounter.location.status | |
Определение | The status of the participants' presence at the specified location during the period specified. If the participant is no longer at the location, then the period will have an end date/time. |
Короткий | planned | active | reserved | completed |
Комментарии | When the patient is no longer active at a location, then the period end date is entered, and the status may be changed to completed. |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из EncounterLocationStatus (required to http://hl7.org/fhir/ValueSet/encounter-location-status|5.0.0 )The status of the location. |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
134. Encounter.location.form | |
Определение | This will be used to specify the required levels (bed/ward/room/etc.) desired to be recorded to simplify either messaging or query. |
Короткий | The physical type of the location (usually the level in the location hierarchy - bed, room, ward, virtual etc.) |
Комментарии | This information is de-normalized from the Location resource to support the easier understanding of the encounter resource and processing in messaging or query. There may be many levels in the hierachy, and this may only pic specific levels that are required for a specific usage scenario. |
Контроль | 0..1 |
Привязка | Например, коды см. LocationForm (example to http://hl7.org/fhir/ValueSet/location-form|5.0.0 )Physical form of the location. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
136. Encounter.location.period | |
Определение | Time period during which the patient was present at the location. |
Короткий | Time period during which the patient was present at the location |
Контроль | 0..1 |
Тип | Period |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |