Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build

Профиль ресурса: EpisodeOfCareGeneral - Детальное описание

Unknown as of 2026-06-25

Определения EpisodeOfCareGeneral профиль ресурса.

Рекомендации по толкованию содержимого этой таблицы можно найтиздесь-- no content: do not translate #97 --

0. EpisodeOfCare
2. EpisodeOfCare.id
Контроль1..?
4. EpisodeOfCare.meta
Контроль1..?
6. EpisodeOfCare.meta.id
Контроль0..0
8. EpisodeOfCare.meta.extension
Контроль0..0
10. EpisodeOfCare.meta.versionId
КороткийИдентификатор версии. Указывается версия ресурса, который подлежит редактированию, если предусмотрено правилами. Если версия не указана, то ресурс считается новым.
12. EpisodeOfCare.meta.lastUpdated
КороткийДата и время последнего обновления
14. EpisodeOfCare.meta.source
Контроль0..0
16. EpisodeOfCare.meta.profile
Контроль1..1
Значение шаблонаhttps://fhir.by/StructureDefinition/EpisodeOfCareGeneral
18. EpisodeOfCare.meta.security
Контроль0..0
20. EpisodeOfCare.meta.tag
Контроль0..0
22. EpisodeOfCare.implicitRules
Контроль0..0
24. EpisodeOfCare.language
Контроль0..0
26. EpisodeOfCare.text
Контроль0..0
28. EpisodeOfCare.contained
Контроль0..0
30. EpisodeOfCare.extension
Контроль0..0
32. EpisodeOfCare.modifierExtension
Контроль0..0
34. EpisodeOfCare.identifier
ПримечаниеЭто бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение)
Контроль1..1
36. EpisodeOfCare.identifier.id
Контроль0..0
38. EpisodeOfCare.identifier.extension
Контроль0..0
40. EpisodeOfCare.identifier.use
Контроль0..0
42. EpisodeOfCare.identifier.type
Контроль0..0
44. EpisodeOfCare.identifier.value
Контроль1..?
46. EpisodeOfCare.identifier.period
Контроль0..0
48. EpisodeOfCare.identifier.assigner
Контроль0..0
50. EpisodeOfCare.statusHistory
Контроль0..0
52. EpisodeOfCare.type
Контроль1..1
ПривязкаКоды ДОЛЖНЫ быть взяты из Вид медицинской помощи
(required to https://fhir.by/ValueSet/TypeOfHealthCare)
54. EpisodeOfCare.type.id
Контроль0..0
56. EpisodeOfCare.type.extension
Контроль0..0
58. EpisodeOfCare.type.coding
Контроль1..1
60. EpisodeOfCare.type.coding.id
Контроль0..0
62. EpisodeOfCare.type.coding.extension
Контроль0..0
64. EpisodeOfCare.type.coding.system
Контроль1..?
66. EpisodeOfCare.type.coding.code
Контроль1..?
68. EpisodeOfCare.type.coding.userSelected
Контроль0..0
70. EpisodeOfCare.reason
72. EpisodeOfCare.reason.id
Контроль0..0
74. EpisodeOfCare.reason.extension
Контроль0..0
76. EpisodeOfCare.reason.modifierExtension
Контроль0..0
78. EpisodeOfCare.diagnosis
Контроль1..1
80. EpisodeOfCare.diagnosis.id
Контроль0..0
82. EpisodeOfCare.diagnosis.extension
Контроль0..0
84. EpisodeOfCare.diagnosis.modifierExtension
Контроль0..0
86. EpisodeOfCare.diagnosis.condition
Контроль1..?
ТипCodeableReference(Диагноз)
88. EpisodeOfCare.diagnosis.condition.reference
Контроль1..?
90. EpisodeOfCare.diagnosis.condition.reference.reference
Контроль1..?
92. EpisodeOfCare.diagnosis.use
Контроль0..0
94. EpisodeOfCare.patient
ТипReference(Пациент без ИН, Пациент, Анонимный пациент)
96. EpisodeOfCare.patient.reference
Контроль1..?
98. EpisodeOfCare.managingOrganization
ТипReference(Учреждение здравоохранения)
100. EpisodeOfCare.managingOrganization.reference
Контроль1..?
102. EpisodeOfCare.period
Контроль1..?
104. EpisodeOfCare.period.id
Контроль0..0
106. EpisodeOfCare.period.extension
Контроль0..0
108. EpisodeOfCare.period.start
Контроль1..?
110. EpisodeOfCare.referralRequest
Контроль0..1
112. EpisodeOfCare.careManager
ТипReference(Роль медицинского работника)
114. EpisodeOfCare.careManager.reference
Контроль1..?
116. EpisodeOfCare.careTeam
Контроль0..1
118. EpisodeOfCare.account
Контроль0..0

Рекомендации по толкованию содержимого этой таблицы можно найтиздесь-- no content: do not translate #97 --

0. EpisodeOfCare
Определение

An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.

КороткийAn association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility
Контроль0..*
Модификаторfalse
Требуется поддержкаfalse
Summaryfalse
Альтернативные именаCase Program Problem
Инварианты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. EpisodeOfCare.id
Определение

The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

КороткийЛогический идентификатор этого артефакта
Комментарии

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.

Контроль1..1
Типid
Модификаторfalse
Требуется поддержкаfalse
Summarytrue
4. EpisodeOfCare.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.

КороткийМетаданные о ресурсе
Контроль1..1
ТипMeta
Модификаторfalse
Требуется поддержкаfalse
Summarytrue
Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
6. EpisodeOfCare.meta.id
Определение

Уникальный идентификатор элемента в ресурсе (для внутренних ссылок). Это может быть любое строковое значение, не содержащее пробелов.

КороткийУникальный идентификатор для межэлементных ссылок
Контроль0..0
На этот элемент влияют следующие инварианты: ele-1
Типid
Модификаторfalse
Формат XMLВ формате XML это свойство представлено в качестве атрибута.
Summaryfalse
8. EpisodeOfCare.meta.extension
Определение

An Extension

КороткийExtension
Контроль0..0
ТипExtension
Модификаторfalse
Summaryfalse
Инварианты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())
SlicingЭтот элемент представляет набор разрезов на EpisodeOfCare.meta.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
  • value @ url
  • 10. EpisodeOfCare.meta.versionId
    Определение

    Идентификатор конкретной версии, который отображается в части URL, относящейся к версии. Это значение изменяется при создании, обновлении или удалении ресурса.

    КороткийИдентификатор версии. Указывается версия ресурса, который подлежит редактированию, если предусмотрено правилами. Если версия не указана, то ресурс считается новым.
    Комментарии

    Сервер присваивает это значение и игнорирует то, что указывает клиент, за исключением случая, когда сервер устанавливает целостность версии при обновлении/удалении.

    Контроль0..1
    Типid
    Модификаторfalse
    Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
    Summarytrue
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    12. EpisodeOfCare.meta.lastUpdated
    Определение

    Когда ресурс менялся в последний раз - например, когда изменилась версия.

    КороткийДата и время последнего обновления
    Комментарии

    Этот элемент обычно опускается в экземплярах, отправляемых с помощью PUT или POST. Вместо этого он заполняется в экземпляре ответа и при получении информации с помощью GET. Это значение задается менеджером сервера / ресурсов; то, что предоставляет клиент, не имеет значения. Это эквивалентно последнему изменению HTTP и должно иметь такое же значение при взаимодействии read.

    Контроль0..1
    Типinstant
    Модификаторfalse
    Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
    Summarytrue
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    14. EpisodeOfCare.meta.source
    Определение

    uri, который идентифицирует систему-источник ресурса. Он предоставляет минимальный объем информации о [Provenance] (provenance.html#), которую можно использовать для отслеживания или определения источника информации на ресурсе. Источник может идентифицировать другой сервер FHIR, документ, сообщение, базу данных и т.д.

    КороткийОпределяет, откуда берется ресурс
    Комментарии

    Точное использование источника (и возможное подразумеваемое Provenance.entity.role и agent.role) остается на усмотрение разработчика. Допускается только один указанный источник; для получения дополнительной информации о происхождении следует использовать полный источник. Источник может соответствовать Provenance.entity.what[x] или Provenance.agent.who[x], хотя это может быть и более общая или абстрактная ссылка.

    Этот элемент может использоваться для указания текущего главного источника ресурса, имеющего канонический URL-адрес, если ресурс больше не размещен по каноническому URL-адресу.

    Контроль0..0
    Типuri
    Модификаторfalse
    Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
    Summarytrue
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    16. EpisodeOfCare.meta.profile
    Определение

    Список профилей (ссылок на StructureDefinition ресурсы), которым, как утверждается, соответствует этот ресурс. URL-адрес является ссылкой на StructureDefinition.url.

    КороткийСсылка на профиль
    Комментарии

    Сервер и/или другая инфраструктура политики должны определять, проверяются ли и/или обновляются ли эти утверждения с течением времени. Список URL-адресов профиля представляет собой набор.

    Контроль1..1
    Типcanonical(StructureDefinition)
    Модификаторfalse
    Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
    Summarytrue
    Значение шаблонаhttps://fhir.by/StructureDefinition/EpisodeOfCareGeneral
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    18. EpisodeOfCare.meta.security
    Определение

    Метки безопасности, применяемые к данному ресурсу. Эти метки связывают определенные ресурсы с общей политикой безопасности и инфраструктурой.

    КороткийМетки безопасности, примененные к этому ресурсу
    Комментарии

    Метки безопасности могут быть обновлены без изменения указанной версии ресурса. Список меток безопасности представляет собой набор. Уникальность основана на системе/коде, а версия и отображение игнорируются.

    Контроль0..0
    ПривязкаЕсли они не подходят, эти коды ДОЛЖНЫ быть взяты из AllSecurityLabels
    (extensible to http://hl7.org/fhir/ValueSet/security-labels|5.0.0)

    Защитные этикетки из системы классификации конфиденциальности и безопасности в сфере здравоохранения.

    ТипCoding
    Модификаторfalse
    Summarytrue
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    20. EpisodeOfCare.meta.tag
    Определение

    Теги, применяемые к этому ресурсу. Теги предназначены для идентификации ресурсов и соотнесения их с процессами и документооборотом, и приложения не обязаны учитывать теги при интерпретации значения ресурса.

    КороткийТеги, применяемые к этому ресурсу
    Комментарии

    Теги могут быть обновлены без изменения заявленной версии ресурса. Список тегов представляет собой набор. Уникальность основана на системе/коде, а версия и отображение игнорируются.

    Контроль0..0
    ПривязкаНапример, коды см. CommonTags
    (example to http://hl7.org/fhir/ValueSet/common-tags|5.0.0)

    Коды, представляющие различные типы тегов, обычно связанные с рабочим процессом; например, "Требуется проверка доктором Джонсом".

    ТипCoding
    Модификаторfalse
    Summarytrue
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    22. EpisodeOfCare.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.

    КороткийНабор правил, в соответствии с которыми был создан этот контент
    Комментарии

    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..0
    Тип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
    Summarytrue
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    24. EpisodeOfCare.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..0
    ПривязкаКоды ДОЛЖНЫ быть взяты из AllLanguages
    (required to http://hl7.org/fhir/ValueSet/all-languages|5.0.0)

    Языковой тег IETF для человеческого языка

    Типcode
    Модификаторfalse
    Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
    Требуется поддержкаfalse
    Summaryfalse
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    26. EpisodeOfCare.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.

    КороткийКраткое изложение текста ресурса для интерпретации человеком
    Комментарии

    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..0
    На этот элемент влияют следующие инварианты: dom-6
    ТипNarrative
    Модификаторfalse
    Требуется поддержкаfalse
    Summaryfalse
    Альтернативные именаnarrative, html, xhtml, display
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    28. EpisodeOfCare.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.

    КороткийАвтономные встроенные ресурсы
    Комментарии

    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..0
    На этот элемент влияют следующие инварианты: dom-2, dom-4, dom-3, dom-5
    ТипResource
    Модификаторfalse
    Требуется поддержкаfalse
    Summaryfalse
    Альтернативные именаinline resources, anonymous resources, contained resources
    30. EpisodeOfCare.extension
    Определение

    An Extension

    КороткийExtension
    Контроль0..0
    ТипExtension
    Модификаторfalse
    Требуется поддержкаfalse
    Summaryfalse
    Инварианты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())
    32. EpisodeOfCare.modifierExtension
    Определение

    An Extension

    КороткийExtension
    Контроль0..0
    ТипExtension
    Модификаторtrue потому что Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
    Требуется поддержкаfalse
    Summarytrue
    Инварианты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())
    34. EpisodeOfCare.identifier
    Определение

    The EpisodeOfCare may be known by different identifiers for different contexts of use, such as when an external agency is tracking the Episode for funding purposes.

    КороткийБизнес-идентификаторы, относящиеся к данному EpisodeOfCare
    ПримечаниеЭто бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение)
    Контроль1..1
    ТипIdentifier
    Модификаторfalse
    Требуется поддержкаfalse
    Summaryfalse
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    36. EpisodeOfCare.identifier.id
    Определение

    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

    КороткийУникальный идентификатор для межэлементных ссылок
    Контроль0..0
    На этот элемент влияют следующие инварианты: ele-1
    Типid
    Модификаторfalse
    Формат XMLВ формате XML это свойство представлено в качестве атрибута.
    Summaryfalse
    38. EpisodeOfCare.identifier.extension
    Определение

    An Extension

    КороткийExtension
    Контроль0..0
    ТипExtension
    Модификаторfalse
    Summaryfalse
    Инварианты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())
    SlicingЭтот элемент представляет набор разрезов на EpisodeOfCare.identifier.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
    • value @ url
    • 40. EpisodeOfCare.identifier.use
      Определение

      Назначение этого идентификатора.

      Короткийusual | official | temp | secondary | old (Если известно)
      Комментарии

      Приложения могут предполагать, что идентификатор является постоянным, если в нем явно не указано, что он временный.

      Контроль0..0
      ПривязкаКоды ДОЛЖНЫ быть взяты из IdentifierUse
      (required to http://hl7.org/fhir/ValueSet/identifier-use|5.0.0)

      Определяет назначение этого идентификатора, если оно известно.

      Типcode
      Модификаторtrue потому что This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one.
      Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
      Summarytrue
      Требования

      Позволяет выбрать соответствующий идентификатор для конкретного контекста использования из набора идентификаторов.

      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      42. EpisodeOfCare.identifier.type
      Определение

      Кодированный тип идентификатора, который может быть использован для определения того, какой идентификатор следует использовать для определенной цели..

      КороткийОписание идентификатора
      Комментарии

      Этот элемент относится только к общим категориям идентификаторов. Его не следует использовать для кодов, которые соответствуют 1..1 идентификатору.system. Некоторые идентификаторы могут быть разделены на несколько категорий из-за общего использования. Там, где система известна, тип не требуется, поскольку тип всегда является частью определения системы. Однако системам часто приходится обрабатывать идентификаторы, когда система неизвестна. Между типом и системой не существует соотношения 1:1, поскольку многие различные системы имеют один и тот же тип.

      Контроль0..0
      ПривязкаЕсли они не подходят, эти коды ДОЛЖНЫ быть взяты из IdentifierTypeCodes
      (extensible to http://hl7.org/fhir/ValueSet/identifier-type|5.0.0)

      Кодированный тип идентификатора, который может быть использован для определения того, какой идентификатор следует использовать для определенной цели..

      ТипCodeableConcept
      Модификаторfalse
      Summarytrue
      Требования

      Позволяет пользователям использовать идентификаторы, когда система идентификации неизвестна.

      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      44. EpisodeOfCare.identifier.system
      Определение

      Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique.

      КороткийПространство имен для значения идентификатора
      Комментарии

      Identifier.system is always case sensitive.

      Контроль0..1
      Типuri
      Модификаторfalse
      Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
      Summarytrue
      Требования

      There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers.

      ПримерGeneral: http://www.acme.com/identifiers/patient
      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      46. EpisodeOfCare.identifier.value
      Определение

      The portion of the identifier typically relevant to the user and which is unique within the context of the system.

      КороткийУникальное значение
      Комментарии

      If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the http://hl7.org/fhir/StructureDefinition/rendered-value). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.

      Контроль1..1
      На этот элемент влияют следующие инварианты: ident-1
      Типstring
      Модификаторfalse
      Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
      Summarytrue
      ПримерGeneral: 123456
      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      48. EpisodeOfCare.identifier.period
      Определение

      Период времени, в течение которого идентификатор является/был действителен для использования.

      КороткийПериод времени, в течение которого идентификатор действителен для использования
      Контроль0..0
      ТипPeriod
      Модификаторfalse
      Summarytrue
      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      50. EpisodeOfCare.identifier.assigner
      Определение

      Organization that issued/manages the identifier.

      КороткийОрганизация, выдавшая идентификатор (может быть просто текстом)
      Комментарии

      The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization.

      Контроль0..0
      ТипReference(Organization)
      Модификаторfalse
      Summarytrue
      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      52. EpisodeOfCare.status
      Определение

      planned | waitlist | active | onhold | finished | cancelled.

      Короткийplanned | waitlist | active | onhold | finished | cancelled | entered-in-error
      Комментарии

      This element is labeled as a modifier because the status contains codes that mark the episode as not currently valid.

      Контроль1..1
      ПривязкаКоды ДОЛЖНЫ быть взяты из EpisodeOfCareStatus
      (required to http://hl7.org/fhir/ValueSet/episode-of-care-status|5.0.0)

      Статус эпизода оказания медицинской помощи.

      Типcode
      Модификаторtrue потому что This element is labelled 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
      Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
      Требуется поддержкаfalse
      Summarytrue
      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      54. EpisodeOfCare.statusHistory
      Определение

      The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).

      КороткийСписок прошлых кодов состояния (текущий статус может быть включен, чтобы охватить дату начала действия статуса)
      Контроль0..0
      ТипBackboneElement
      Модификаторfalse
      Требуется поддержкаfalse
      Summaryfalse
      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      61. EpisodeOfCare.type
      Определение

      A classification of the type of episode of care; e.g. specialist referral, disease management, type of funded care.

      КороткийType/class - e.g. specialist referral, disease management
      Комментарии

      The type can be very important in processing as this could be used in determining if the EpisodeOfCare is relevant to specific government reporting, or other types of classifications.

      Контроль1..1
      ПривязкаКоды ДОЛЖНЫ быть взяты из Вид медицинской помощи
      (required to https://fhir.by/ValueSet/TypeOfHealthCare)
      ТипCodeableConcept
      Модификаторfalse
      Требуется поддержкаfalse
      Summarytrue
      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      63. EpisodeOfCare.type.id
      Определение

      Уникальный идентификатор элемента в ресурсе (для внутренних ссылок). Это может быть любое строковое значение, не содержащее пробелов.

      КороткийУникальный идентификатор для межэлементных ссылок
      Контроль0..0
      На этот элемент влияют следующие инварианты: ele-1
      Типid
      Модификаторfalse
      Формат XMLВ формате XML это свойство представлено в качестве атрибута.
      Summaryfalse
      65. EpisodeOfCare.type.extension
      Определение

      An Extension

      КороткийExtension
      Контроль0..0
      ТипExtension
      Модификаторfalse
      Summaryfalse
      Инварианты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())
      SlicingЭтот элемент представляет набор разрезов на EpisodeOfCare.type.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
      • value @ url
      • 67. EpisodeOfCare.type.coding
        Определение

        Ссылка на код в справочнике НСИ Терминология.

        КороткийКод, определенный в справочнике НСИ Терминология
        Комментарии

        Коды могут быть определены очень небрежно в перечислениях или списках кодов, вплоть до очень формальных определений, таких как SNOMED CT - смотрите HL7 v3 Core Principles для получения дополнительной информации. Порядок кодировок не определен и НЕ должен использоваться для определения значения. Как правило, самое большее только одно из значений кодировки будет помечено как UserSelected = true.

        Контроль1..1
        ТипCoding
        Модификаторfalse
        Summarytrue
        Требования

        Позволяет использовать альтернативные кодировки в рамках одной системы кодирования и переводить их в другие системы кодирования.

        Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        69. EpisodeOfCare.type.coding.id
        Определение

        Уникальный идентификатор элемента в ресурсе (для внутренних ссылок). Это может быть любое строковое значение, не содержащее пробелов.

        КороткийУникальный идентификатор для межэлементных ссылок
        Контроль0..0
        На этот элемент влияют следующие инварианты: ele-1
        Типid
        Модификаторfalse
        Формат XMLВ формате XML это свойство представлено в качестве атрибута.
        Summaryfalse
        71. EpisodeOfCare.type.coding.extension
        Определение

        An Extension

        КороткийExtension
        Контроль0..0
        ТипExtension
        Модификаторfalse
        Summaryfalse
        Инварианты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())
        SlicingЭтот элемент представляет набор разрезов на EpisodeOfCare.type.coding.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
        • value @ url
        • 73. EpisodeOfCare.type.coding.system
          Определение

          Идентификация кодовой системы, которая определяет значение символа в коде.

          КороткийСсылка на справочник
          Комментарии

          URI может быть OID (urn:oid:...) или UUID (urn:uuid:...). Идентификаторы и UUID-коды ДОЛЖНЫ быть ссылками на реестр OID HL7. В противном случае URI должен быть взят из списка специальных URI, определенных FHIR в HL7, или он должен быть абсолютной ссылкой на какое-либо определение, которое четко и недвусмысленно устанавливает систему.

          Контроль1..1
          Типuri
          Модификаторfalse
          Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
          Summarytrue
          Требования

          Необходимо четко указать источник определения символа.

          Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          75. EpisodeOfCare.type.coding.version
          Определение

          Версия системы кодирования, которая использовалась при выборе этого кода. Обратите внимание, что для хорошо поддерживаемой системы кодирования не требуется указывать версию, поскольку значение кодов в разных версиях одинаково. Однако это не может быть гарантировано последовательно, и если нет гарантии, что значение будет непротиворечивым, следует заменить версию.

          КороткийВерсия системы
          Комментарии

          В тех случаях, когда терминология четко не определяет, какую строку следует использовать для идентификации версий системы кодирования, рекомендуется использовать в качестве даты версии дату (выраженную в формате даты FHIR), когда эта версия была официально опубликована.

          ПримечаниеЭто бизнес-версия Id, а не ресурс версии Id (см. обсуждение)
          Контроль0..1
          Типstring
          Модификаторfalse
          Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
          Summarytrue
          Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          77. EpisodeOfCare.type.coding.code
          Определение

          Код.

          КороткийКод
          Контроль1..1
          На этот элемент влияют следующие инварианты: cod-1
          Типcode
          Модификаторfalse
          Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
          Summarytrue
          Требования

          Необходимо обратиться к определенному коду в системе.

          Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          79. EpisodeOfCare.type.coding.display
          Определение

          Представление значения кода в системе в соответствии с правилами системы.

          КороткийЗначение кода
          Контроль0..1
          На этот элемент влияют следующие инварианты: cod-1
          Типstring
          Модификаторfalse
          Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
          Summarytrue
          Требования

          Необходимо иметь возможность передавать значение кода, понятное человеку, для читателей, которые не знакомы с системой.

          Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          81. EpisodeOfCare.type.coding.userSelected
          Определение

          Указывает на то, что данная кодировка была выбрана непосредственно пользователем - например, из списка доступных сущностей(кодов или отображений)..

          КороткийЕсли эта кодировка была выбрана непосредственно пользователем
          Комментарии

          Из множества альтернативных вариантов код, выбранный непосредственно, является наиболее подходящей отправной точкой для новых переводов. Существует некоторая неясность в отношении того, что именно подразумевается под "прямым выбором", и может потребоваться соглашение с торговым партнером, чтобы более полно разъяснить использование этого элемента и его последствия (коды или отображения).

          Контроль0..0
          Типboolean
          Модификаторfalse
          Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
          Summarytrue
          Требования

          Это было определено как критерий клинической безопасности - то, что именно эта пара система/код была выбрана явно, а не выведена системой на основе каких-либо правил или языковой обработки.

          Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          83. EpisodeOfCare.type.text
          Определение

          Представление концепции на человеческом языке, увиденное/выбранное/произнесенное пользователем, который ввел данные, и/или представляющее предполагаемый смысл пользователя.

          КороткийПростое текстовое представление концепции
          Комментарии

          Очень часто текст совпадает с отображаемым именем одной из кодировок.

          Контроль0..1
          Типstring
          Модификаторfalse
          Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
          Summarytrue
          Требования

          Коды из терминологии не всегда отражают правильное значение со всеми нюансами, присущими человеку, который их использует, а иногда вообще не содержат соответствующего кода. В этих случаях используется текст, чтобы полностью передать значение источника.

          Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          85. EpisodeOfCare.reason
          Определение

          Список медицинских причин, которые, как ожидается, будут устранены во время оказания медицинской помощи.

          КороткийСписок медицинских причин, которые, как ожидается, будут устранены во время оказания медицинской помощи
          Комментарии

          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:

          • pregnancy would use HealthcareService or a coding as the reason
          • patient home monitoring could use Condition as the reason
          Контроль0..*
          ТипBackboneElement
          Модификаторfalse
          Требуется поддержкаfalse
          Summarytrue
          Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          87. EpisodeOfCare.reason.id
          Определение

          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

          КороткийУникальный идентификатор для межэлементных ссылок
          Контроль0..0
          На этот элемент влияют следующие инварианты: ele-1
          Типstring
          Модификаторfalse
          Формат XMLВ формате XML это свойство представлено в качестве атрибута.
          Summaryfalse
          89. EpisodeOfCare.reason.extension
          Определение

          An Extension

          КороткийExtension
          Контроль0..0
          ТипExtension
          Модификаторfalse
          Summaryfalse
          Инварианты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())
          91. EpisodeOfCare.reason.modifierExtension
          Определение

          An Extension

          КороткийExtension
          Контроль0..0
          ТипExtension
          Модификаторtrue потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          Инварианты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())
          93. EpisodeOfCare.reason.use
          Определение

          What the reason value should be used as e.g. Chief Complaint, Health Concern, Health Maintenance (including screening).

          КороткийДля чего следует использовать значение reason
          Контроль0..1
          ПривязкаНапример, коды см. EncounterReasonUse
          (example to http://hl7.org/fhir/ValueSet/encounter-reason-use|5.0.0)
          ТипCodeableConcept
          Модификаторfalse
          Требуется поддержкаfalse
          Summarytrue
          Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          95. EpisodeOfCare.reason.value
          Определение

          The medical reason that is expected to be addressed during the episode of care, expressed as a text, code or a reference to another resource.

          КороткийMedical reason to be addressed
          Контроль0..*
          ПривязкаНапример, коды см. EncounterReasonCodes
          (example to http://hl7.org/fhir/ValueSet/encounter-reason|5.0.0)
          ТипCodeableReference(Condition, Procedure, Observation, HealthcareService)
          Модификаторfalse
          Требуется поддержкаfalse
          Summarytrue
          Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          97. EpisodeOfCare.diagnosis
          Определение

          The list of medical conditions that were addressed during the episode of care.

          КороткийThe list of medical conditions that were addressed during the episode of care
          Комментарии

          The diagnosis communicates what medical conditions were actually addressed during the episode of care. If a diagnosis was provided as a reason, and was treated during the episode of care, it may be listed in both EpisodeOfCare.reason and EpisodeOfCare.diagnosis.

          Diagnoses related to billing can be documented on the Account resources which supports ranking for the purpose of reimbursement.

          Контроль1..1
          ТипBackboneElement
          Модификаторfalse
          Требуется поддержкаfalse
          Summarytrue
          Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          99. EpisodeOfCare.diagnosis.id
          Определение

          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

          КороткийУникальный идентификатор для межэлементных ссылок
          Контроль0..0
          На этот элемент влияют следующие инварианты: ele-1
          Типstring
          Модификаторfalse
          Формат XMLВ формате XML это свойство представлено в качестве атрибута.
          Summaryfalse
          101. EpisodeOfCare.diagnosis.extension
          Определение

          An Extension

          КороткийExtension
          Контроль0..0
          ТипExtension
          Модификаторfalse
          Summaryfalse
          Инварианты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())
          103. EpisodeOfCare.diagnosis.modifierExtension
          Определение

          An Extension

          КороткийExtension
          Контроль0..0
          ТипExtension
          Модификаторtrue потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
          Summarytrue
          Инварианты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())
          105. EpisodeOfCare.diagnosis.condition
          Определение

          The medical condition that was addressed during the episode of care, expressed as a text, code or a reference to another resource.

          КороткийThe medical condition that was addressed during the episode of care
          Контроль1..*
          ПривязкаНапример, коды см. ConditionProblemDiagnosisCodes
          (example to http://hl7.org/fhir/ValueSet/condition-code|5.0.0)
          ТипCodeableReference(Диагноз)
          Модификаторfalse
          Требуется поддержкаfalse
          Summarytrue
          Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          107. EpisodeOfCare.diagnosis.condition.id
          Определение

          Уникальный идентификатор элемента в ресурсе (для внутренних ссылок). Это может быть любое строковое значение, не содержащее пробелов.

          КороткийУникальный идентификатор для межэлементных ссылок
          Контроль0..1
          На этот элемент влияют следующие инварианты: ele-1
          Типid
          Модификаторfalse
          Формат XMLВ формате XML это свойство представлено в качестве атрибута.
          Summaryfalse
          109. EpisodeOfCare.diagnosis.condition.extension
          Определение

          Может использоваться для представления дополнительной информации, которая не является частью основного определения элемента. Чтобы сделать использование расширений безопасным и управляемым, существует строгий набор правил, применяемых к определению и использованию расширений. Хотя любой разработчик может определить расширение, существует набор требований, которые должны быть выполнены как часть определения расширения.

          КороткийДополнительный контент, определяемый реализациями
          Комментарии

          Использование расширений никаким приложением, проектом или стандартом не может быть сопряжено с осуждением, независимо от учреждения или юрисдикции, которые используют или определяют расширения. Использование расширений - это то, что позволяет спецификации FHIR сохранять базовый уровень простоты для всех.

          Контроль0..*
          ТипExtension
          Модификаторfalse
          Summaryfalse
          Альтернативные имена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())
          SlicingЭтот элемент представляет набор разрезов на EpisodeOfCare.diagnosis.condition.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
          • value @ url
          • 111. EpisodeOfCare.diagnosis.condition.concept
            Определение

            Ссылка на концепцию - например, информация идентифицируется по ее общему классу с той степенью точности, которая предусмотрена терминологией.

            КороткийСсылка на концепт (справочник + код + значение)
            Контроль0..1
            ТипCodeableConcept
            Модификаторfalse
            Summarytrue
            Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            113. EpisodeOfCare.diagnosis.condition.reference
            Определение

            Ссылка на ресурс, который содержит точные сведения об информации, на которую ссылаются.

            КороткийСсылка на ресурс
            Контроль1..1
            ТипReference
            Модификаторfalse
            Summarytrue
            Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            115. EpisodeOfCare.diagnosis.condition.reference.id
            Определение

            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

            КороткийУникальный идентификатор для межэлементных ссылок
            Контроль0..1
            На этот элемент влияют следующие инварианты: ele-1
            Типid
            Модификаторfalse
            Формат XMLВ формате XML это свойство представлено в качестве атрибута.
            Summaryfalse
            117. EpisodeOfCare.diagnosis.condition.reference.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.

            КороткийДополнительный контент, определяемый реализациями
            Комментарии

            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
            Summaryfalse
            Альтернативные имена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())
            SlicingЭтот элемент представляет набор разрезов на EpisodeOfCare.diagnosis.condition.reference.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
            • value @ url
            • 119. EpisodeOfCare.diagnosis.condition.reference.reference
              Определение

              A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.

              КороткийСсылка на ресурс в виде относительного URL
              Комментарии

              Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server.

              Контроль1..1
              На этот элемент влияют следующие инварианты: ref-2, ref-1
              Типstring
              Модификаторfalse
              Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
              Summarytrue
              Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              121. EpisodeOfCare.diagnosis.condition.reference.type
              Определение

              The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.

              The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. "Patient" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).

              КороткийТип ресурса
              Комментарии

              This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a known RESTful URL) or by resolving the target of the reference.

              Контроль0..1
              ПривязкаЕсли они не подходят, эти коды ДОЛЖНЫ быть взяты из ResourceType
              (extensible to http://hl7.org/fhir/ValueSet/resource-types|5.0.0)

              Ресурс (или, для логических моделей, URI логической модели).

              Типuri
              Модификаторfalse
              Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
              Summarytrue
              Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              123. EpisodeOfCare.diagnosis.condition.reference.identifier
              Определение

              An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.

              КороткийИдентификатор ресурса, если не известна ссылка на него
              Комментарии

              When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy.

              When both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference

              Applications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.

              Reference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).

              This element only allows for a single identifier. In the case where additional identifers are required, use the http://hl7.org/fhir/StructureDefinition/additionalIdentifier extension.

              ПримечаниеЭто бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение)
              Контроль0..1
              На этот элемент влияют следующие инварианты: ref-2
              ТипIdentifier
              Модификаторfalse
              Summarytrue
              Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              125. EpisodeOfCare.diagnosis.condition.reference.display
              Определение

              Plain text narrative that identifies the resource in addition to the resource reference.

              КороткийТекстовая трактовка ресурса
              Комментарии

              This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.

              Контроль0..1
              На этот элемент влияют следующие инварианты: ref-2
              Типstring
              Модификаторfalse
              Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
              Summarytrue
              Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              127. EpisodeOfCare.diagnosis.use
              Определение

              Role that this diagnosis has within the episode of care (e.g. admission, billing, discharge …).

              КороткийRole that this diagnosis has within the episode of care (e.g. admission, billing, discharge …)
              Контроль0..0
              ПривязкаКоды СЛЕДУЕТ взять из EncounterDiagnosisUse
              (preferred to http://hl7.org/fhir/ValueSet/encounter-diagnosis-use|5.0.0)

              Тип диагноза, который представляет собой это состояние.

              ТипCodeableConcept
              Модификаторfalse
              Требуется поддержкаfalse
              Summarytrue
              Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              129. EpisodeOfCare.patient
              Определение

              The patient who is the focus of this episode of care.

              КороткийThe patient who is the focus of this episode of care
              Контроль1..1
              ТипReference(Пациент без ИН, Пациент, Анонимный пациент)
              Модификаторfalse
              Требуется поддержкаfalse
              Summarytrue
              Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              131. EpisodeOfCare.patient.id
              Определение

              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

              КороткийУникальный идентификатор для межэлементных ссылок
              Контроль0..1
              На этот элемент влияют следующие инварианты: ele-1
              Типid
              Модификаторfalse
              Формат XMLВ формате XML это свойство представлено в качестве атрибута.
              Summaryfalse
              133. EpisodeOfCare.patient.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.

              КороткийДополнительный контент, определяемый реализациями
              Комментарии

              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
              Summaryfalse
              Альтернативные имена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())
              SlicingЭтот элемент представляет набор разрезов на EpisodeOfCare.patient.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
              • value @ url
              • 135. EpisodeOfCare.patient.reference
                Определение

                A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.

                КороткийСсылка на ресурс в виде относительного URL
                Комментарии

                Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server.

                Контроль1..1
                На этот элемент влияют следующие инварианты: ref-2, ref-1
                Типstring
                Модификаторfalse
                Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
                Summarytrue
                Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                137. EpisodeOfCare.patient.type
                Определение

                The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.

                The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. "Patient" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).

                КороткийТип ресурса
                Комментарии

                This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a known RESTful URL) or by resolving the target of the reference.

                Контроль0..1
                ПривязкаЕсли они не подходят, эти коды ДОЛЖНЫ быть взяты из ResourceType
                (extensible to http://hl7.org/fhir/ValueSet/resource-types|5.0.0)

                Ресурс (или, для логических моделей, URI логической модели).

                Типuri
                Модификаторfalse
                Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
                Summarytrue
                Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                139. EpisodeOfCare.patient.identifier
                Определение

                An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.

                КороткийИдентификатор ресурса, если не известна ссылка на него
                Комментарии

                When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy.

                When both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference

                Applications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.

                Reference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).

                This element only allows for a single identifier. In the case where additional identifers are required, use the http://hl7.org/fhir/StructureDefinition/additionalIdentifier extension.

                ПримечаниеЭто бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение)
                Контроль0..1
                На этот элемент влияют следующие инварианты: ref-2
                ТипIdentifier
                Модификаторfalse
                Summarytrue
                Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                141. EpisodeOfCare.patient.display
                Определение

                Plain text narrative that identifies the resource in addition to the resource reference.

                КороткийТекстовая трактовка ресурса
                Комментарии

                This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.

                Контроль0..1
                На этот элемент влияют следующие инварианты: ref-2
                Типstring
                Модификаторfalse
                Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
                Summarytrue
                Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                143. EpisodeOfCare.managingOrganization
                Определение

                The organization that has assumed the specific responsibilities for care coordination, care delivery, or other services for the specified duration.

                КороткийOrganization that assumes responsibility for care coordination
                Комментарии

                If multiple organizations are involved in care delivery, the care teams from those organizations would be represented in EpisodeOfCare.team, while the primary organization managing the care would be listed in EpisodeOfCare.managingOrganization. Other organizations may have their own EpisodeOfCare for tracking their activities.

                Контроль0..1
                ТипReference(Учреждение здравоохранения)
                Модификаторfalse
                Требуется поддержкаfalse
                Summarytrue
                Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                145. EpisodeOfCare.managingOrganization.id
                Определение

                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                КороткийУникальный идентификатор для межэлементных ссылок
                Контроль0..1
                На этот элемент влияют следующие инварианты: ele-1
                Типid
                Модификаторfalse
                Формат XMLВ формате XML это свойство представлено в качестве атрибута.
                Summaryfalse
                147. EpisodeOfCare.managingOrganization.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.

                КороткийДополнительный контент, определяемый реализациями
                Комментарии

                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
                Summaryfalse
                Альтернативные имена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())
                SlicingЭтот элемент представляет набор разрезов на EpisodeOfCare.managingOrganization.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
                • value @ url
                • 149. EpisodeOfCare.managingOrganization.reference
                  Определение

                  A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.

                  КороткийСсылка на ресурс в виде относительного URL
                  Комментарии

                  Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server.

                  Контроль1..1
                  На этот элемент влияют следующие инварианты: ref-2, ref-1
                  Типstring
                  Модификаторfalse
                  Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
                  Summarytrue
                  Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  151. EpisodeOfCare.managingOrganization.type
                  Определение

                  The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.

                  The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. "Patient" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).

                  КороткийТип ресурса
                  Комментарии

                  This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a known RESTful URL) or by resolving the target of the reference.

                  Контроль0..1
                  ПривязкаЕсли они не подходят, эти коды ДОЛЖНЫ быть взяты из ResourceType
                  (extensible to http://hl7.org/fhir/ValueSet/resource-types|5.0.0)

                  Ресурс (или, для логических моделей, URI логической модели).

                  Типuri
                  Модификаторfalse
                  Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
                  Summarytrue
                  Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  153. EpisodeOfCare.managingOrganization.identifier
                  Определение

                  An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.

                  КороткийИдентификатор ресурса, если не известна ссылка на него
                  Комментарии

                  When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy.

                  When both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference

                  Applications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.

                  Reference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).

                  This element only allows for a single identifier. In the case where additional identifers are required, use the http://hl7.org/fhir/StructureDefinition/additionalIdentifier extension.

                  ПримечаниеЭто бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение)
                  Контроль0..1
                  На этот элемент влияют следующие инварианты: ref-2
                  ТипIdentifier
                  Модификаторfalse
                  Summarytrue
                  Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  155. EpisodeOfCare.managingOrganization.display
                  Определение

                  Plain text narrative that identifies the resource in addition to the resource reference.

                  КороткийТекстовая трактовка ресурса
                  Комментарии

                  This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.

                  Контроль0..1
                  На этот элемент влияют следующие инварианты: ref-2
                  Типstring
                  Модификаторfalse
                  Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
                  Summarytrue
                  Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  157. EpisodeOfCare.period
                  Определение

                  The interval during which the managing organization assumes the defined responsibility.

                  КороткийInterval during responsibility is assumed
                  Контроль1..1
                  ТипPeriod
                  Модификаторfalse
                  Требуется поддержкаfalse
                  Summarytrue
                  Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  159. EpisodeOfCare.period.id
                  Определение

                  Уникальный идентификатор элемента в ресурсе (для внутренних ссылок). Это может быть любое строковое значение, не содержащее пробелов.

                  КороткийУникальный идентификатор для межэлементных ссылок
                  Контроль0..0
                  На этот элемент влияют следующие инварианты: ele-1
                  Типid
                  Модификаторfalse
                  Формат XMLВ формате XML это свойство представлено в качестве атрибута.
                  Summaryfalse
                  161. EpisodeOfCare.period.extension
                  Определение

                  An Extension

                  КороткийExtension
                  Контроль0..0
                  ТипExtension
                  Модификаторfalse
                  Summaryfalse
                  Инварианты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())
                  SlicingЭтот элемент представляет набор разрезов на EpisodeOfCare.period.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
                  • value @ url
                  • 163. EpisodeOfCare.period.start
                    Определение

                    Начало периода действия.

                    КороткийНачало периода действия
                    Комментарии

                    Если нижний элемент отсутствует, это означает, что нижняя граница неизвестна.

                    Контроль1..1
                    На этот элемент влияют следующие инварианты: per-1
                    ТипdateTime
                    Модификаторfalse
                    Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
                    Summarytrue
                    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    165. EpisodeOfCare.period.end
                    Определение

                    Конец периода. Если дата окончания периода отсутствует, это означает, что на момент создания экземпляра не было известно или запланировано его окончание. Начало может быть в прошлом, а дата окончания - в будущем, что означает, что ожидается/планируется окончание периода в это время.

                    КороткийКонец периода действия
                    Комментарии

                    Конечное значение включает любую соответствующую дату/время. т.е. 2012-02-03T10:00:00 относится к периоду, конечное значение которого равно 2012-02-03.

                    Контроль0..1
                    На этот элемент влияют следующие инварианты: per-1
                    ТипdateTime
                    Модификаторfalse
                    Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
                    Summarytrue
                    Значение при отсутствииЕсли окончание периода отсутствует, это означает, что период продолжается
                    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    167. EpisodeOfCare.referralRequest
                    Определение

                    Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.

                    КороткийИсходящий запрос
                    Контроль0..1
                    ТипReference(ServiceRequest)
                    Модификаторfalse
                    Требуется поддержкаfalse
                    Summaryfalse
                    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    169. EpisodeOfCare.careManager
                    Определение

                    The practitioner that is the care manager/care coordinator for this patient.

                    КороткийCare manager/care coordinator for the patient
                    Контроль0..1
                    ТипReference(Роль медицинского работника)
                    Модификаторfalse
                    Требуется поддержкаfalse
                    Summaryfalse
                    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    171. EpisodeOfCare.careManager.id
                    Определение

                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    КороткийУникальный идентификатор для межэлементных ссылок
                    Контроль0..1
                    На этот элемент влияют следующие инварианты: ele-1
                    Типid
                    Модификаторfalse
                    Формат XMLВ формате XML это свойство представлено в качестве атрибута.
                    Summaryfalse
                    173. EpisodeOfCare.careManager.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.

                    КороткийДополнительный контент, определяемый реализациями
                    Комментарии

                    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
                    Summaryfalse
                    Альтернативные имена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())
                    SlicingЭтот элемент представляет набор разрезов на EpisodeOfCare.careManager.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
                    • value @ url
                    • 175. EpisodeOfCare.careManager.reference
                      Определение

                      A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources.

                      КороткийСсылка на ресурс в виде относительного URL
                      Комментарии

                      Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server.

                      Контроль1..1
                      На этот элемент влияют следующие инварианты: ref-2, ref-1
                      Типstring
                      Модификаторfalse
                      Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
                      Summarytrue
                      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      177. EpisodeOfCare.careManager.type
                      Определение

                      The expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent.

                      The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. "Patient" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources).

                      КороткийТип ресурса
                      Комментарии

                      This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a known RESTful URL) or by resolving the target of the reference.

                      Контроль0..1
                      ПривязкаЕсли они не подходят, эти коды ДОЛЖНЫ быть взяты из ResourceType
                      (extensible to http://hl7.org/fhir/ValueSet/resource-types|5.0.0)

                      Ресурс (или, для логических моделей, URI логической модели).

                      Типuri
                      Модификаторfalse
                      Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
                      Summarytrue
                      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      179. EpisodeOfCare.careManager.identifier
                      Определение

                      An identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference.

                      КороткийИдентификатор ресурса, если не известна ссылка на него
                      Комментарии

                      When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy.

                      When both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference

                      Applications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it.

                      Reference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).

                      This element only allows for a single identifier. In the case where additional identifers are required, use the http://hl7.org/fhir/StructureDefinition/additionalIdentifier extension.

                      ПримечаниеЭто бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение)
                      Контроль0..1
                      На этот элемент влияют следующие инварианты: ref-2
                      ТипIdentifier
                      Модификаторfalse
                      Summarytrue
                      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      181. EpisodeOfCare.careManager.display
                      Определение

                      Plain text narrative that identifies the resource in addition to the resource reference.

                      КороткийТекстовая трактовка ресурса
                      Комментарии

                      This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.

                      Контроль0..1
                      На этот элемент влияют следующие инварианты: ref-2
                      Типstring
                      Модификаторfalse
                      Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
                      Summarytrue
                      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      183. EpisodeOfCare.careTeam
                      Определение

                      The list of practitioners that may be facilitating this episode of care for specific purposes.

                      КороткийOther practitioners facilitating this episode of care
                      Контроль0..1
                      ТипReference(CareTeam)
                      Модификаторfalse
                      Требуется поддержкаfalse
                      Summaryfalse
                      Альтернативные именаCareTeam
                      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      185. EpisodeOfCare.account
                      Определение

                      The set of accounts that may be used for billing for this EpisodeOfCare.

                      КороткийThe set of accounts that may be used for billing for this EpisodeOfCare
                      Комментарии

                      The billing system may choose to allocate billable items associated with the EpisodeOfCare to different referenced Accounts based on internal business rules.

                      Контроль0..0
                      ТипReference(Account)
                      Модификаторfalse
                      Требуется поддержкаfalse
                      Summaryfalse
                      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))