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

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

Unknown as of 2026-06-25

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

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

0. Communication
2. Communication.meta
Контроль1..?
4. Communication.meta.id
Контроль0..0
6. Communication.meta.extension
Контроль0..0
8. Communication.meta.versionId
КороткийИдентификатор версии. Указывается версия ресурса, который подлежит редактированию, если предусмотрено правилами. Если версия не указана, то ресурс считается новым.
10. Communication.meta.lastUpdated
КороткийДата и время последнего обновления
12. Communication.meta.source
Контроль0..0
14. Communication.meta.profile
Контроль1..1
Значение шаблонаhttps://fhir.by/StructureDefinition/CommunicationBy
16. Communication.meta.security
Контроль0..0
18. Communication.meta.tag
Контроль0..0
20. Communication.implicitRules
Контроль0..0
22. Communication.language
Контроль0..0
24. Communication.text
Контроль0..0
26. Communication.contained
Контроль0..0
28. Communication.extension
Контроль0..0
30. Communication.modifierExtension
Контроль0..0
32. Communication.identifier
ПримечаниеЭто бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение)
Контроль0..0
34. Communication.instantiatesCanonical
Контроль0..0
36. Communication.instantiatesUri
Контроль0..0
38. Communication.basedOn
Контроль0..0
40. Communication.partOf
Контроль0..0
42. Communication.inResponseTo
Контроль0..0
44. Communication.status
КороткийСтатус сообщения
46. Communication.statusReason
Контроль0..0
48. Communication.category
Контроль0..0
50. Communication.priority
Контроль0..0
52. Communication.medium
КороткийКанал передачи сообщений
Контроль1..1
54. Communication.medium.id
Контроль0..0
56. Communication.medium.extension
Контроль0..0
58. Communication.medium.coding
60. Communication.medium.coding.id
Контроль0..0
62. Communication.medium.coding.extension
Контроль0..0
64. Communication.medium.coding.system
Контроль1..?
66. Communication.medium.coding.code
Контроль1..?
68. Communication.medium.coding.userSelected
Контроль0..0
70. Communication.medium.text
Контроль0..0
72. Communication.subject
КороткийСсылка на пациента
Контроль1..?
ТипReference(Пациент, Пациент без ИН)
74. Communication.subject.id
Контроль0..0
76. Communication.subject.extension
Контроль0..0
78. Communication.subject.reference
Контроль1..?
80. Communication.topic
КороткийТема сообщения
82. Communication.topic.id
Контроль0..0
84. Communication.topic.extension
Контроль0..0
86. Communication.topic.coding
88. Communication.topic.coding.id
Контроль0..0
90. Communication.topic.coding.extension
Контроль0..0
92. Communication.topic.coding.system
Контроль1..?
94. Communication.topic.coding.code
Контроль1..?
96. Communication.topic.coding.userSelected
Контроль0..0
98. Communication.topic.text
Контроль0..0
100. Communication.about
КороткийСсылка на ресурс, связанный с сообщением. К примеру: в сообщении передается информация о создании направления на консультацию и в этом элементе фиксируется ссылка на ресурс направления
102. Communication.sent
КороткийДата отправки сообщения
Контроль1..?
104. Communication.received
Контроль0..0
106. Communication.recipient
Контроль0..1
108. Communication.sender
Контроль1..?
ТипReference(Учреждение здравоохранения)
110. Communication.sender.reference
Контроль1..?
112. Communication.reason
Контроль0..0
114. Communication.payload
116. Communication.payload.id
Контроль0..0
118. Communication.payload.extension
Контроль0..0
120. Communication.payload.content[x]
ТипReference(Неструктурированный документ), Attachment, CodeableConcept
[x] ЗаметкаСмотретьВыбор типов данныхдля дополнительной информации о том, как использовать [x]
122. Communication.note
КороткийШаблон уведомления
Контроль1..1
124. Communication.note.id
Контроль0..0
126. Communication.note.extension
Контроль0..0
128. Communication.note.author[x]
Контроль0..0
130. Communication.note.time
Контроль0..0

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

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

A clinical or business level record of information being transmitted or shared; e.g. an alert that was sent to a responsible provider, a public health agency communication to a provider/reporter in response to a case report for a reportable condition.

КороткийA clinical or business level record of information being transmitted or shared
Контроль0..*
Модификаторfalse
Требуется поддержкаfalse
Summaryfalse
Инварианты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. Communication.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.

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

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

КороткийУникальный идентификатор для межэлементных ссылок
Контроль0..0
На этот элемент влияют следующие инварианты: ele-1
Типid
Модификаторfalse
Формат XMLВ формате XML это свойство представлено в качестве атрибута.
Summaryfalse
8. Communication.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Этот элемент представляет набор разрезов на Communication.meta.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
  • value @ url
  • 10. Communication.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. Communication.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. Communication.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. Communication.meta.profile
    Определение

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

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

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

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

    Business identifiers assigned to this communication by the performer or other systems which remain constant as the resource is updated and propagates from server to server.

    КороткийUnique identifier
    Комментарии

    This is a business identifier, not a resource identifier (see discussion). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. For example, multiple Patient and a Person resource instance might share the same social insurance number.

    ПримечаниеЭто бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение)
    Контроль0..0
    ТипIdentifier
    Модификаторfalse
    Требуется поддержкаfalse
    Summarytrue
    Требования

    Allows identification of the communication as it is known by various participating systems and in a way that remains consistent across servers.

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

    The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Communication.

    КороткийInstantiates FHIR protocol or definition
    Контроль0..0
    Типcanonical(PlanDefinition, ActivityDefinition, Measure, OperationDefinition, Questionnaire)
    Модификаторfalse
    Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
    Требуется поддержкаfalse
    Summarytrue
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    38. Communication.instantiatesUri
    Определение

    The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Communication.

    КороткийInstantiates external protocol or definition
    Комментарии

    This might be an HTML page, PDF, etc. or could just be a non-resolvable URI identifier.

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

    An order, proposal or plan fulfilled in whole or in part by this Communication.

    КороткийRequest fulfilled by this communication
    Комментарии

    This must point to some sort of a 'Request' resource, such as CarePlan, CommunicationRequest, ServiceRequest, MedicationRequest, etc.

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

    A larger event (e.g. Communication, Procedure) of which this particular communication is a component or step.

    КороткийЧасть события, на которое ссылается ссылка (e.g. Communication, Procedure)
    Комментарии

    The event the communication was part of - e.g. if you disclosed as "part" of counselling, it would be partOf that Procedure.

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

    Prior communication that this communication is in response to.

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

    The status of the transmission.

    КороткийСтатус сообщения
    Комментарии

    This element is labeled as a modifier because the status contains the codes aborted and entered-in-error that mark the communication as not currently valid.

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

    The status of the communication.

    Тип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()))
    48. Communication.statusReason
    Определение

    Captures the reason for the current state of the Communication.

    КороткийReason for current status
    Комментарии

    This is generally only used for "exception" statuses such as "not-done", "suspended" or "aborted". The reason for performing the event at all is captured in reasonCode, not here.

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

    Codes for the reason why a communication did not happen.

    ТипCodeableConcept
    Модификаторfalse
    Требуется поддержкаfalse
    Summarytrue
    Альтернативные именаSuspended Reason, Cancelled Reason
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    50. Communication.category
    Определение

    The type of message conveyed such as alert, notification, reminder, instruction, etc.

    КороткийMessage category
    Комментарии

    There may be multiple axes of categorization and one communication may serve multiple purposes.

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

    Codes for general categories of communications such as alerts, instructions, etc.

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

    Characterizes how quickly the planned or in progress communication must be addressed. Includes concepts such as stat, urgent, routine.

    Короткийroutine | urgent | asap | stat
    Комментарии

    Used to prioritize workflow (such as which communication to read first) when the communication is planned or in progress.

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

    Codes indicating the relative importance of a communication.

    Типcode
    Модификаторfalse
    Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
    Требуется поддержкаfalse
    Summarytrue
    Значение при отсутствииIf missing, this communication should be treated with normal priority
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    54. Communication.medium
    Определение

    A channel that was used for this communication (e.g. email, fax).

    КороткийКанал передачи сообщений
    Контроль1..1
    ПривязкаНапример, коды см. ParticipationMode
    (example to http://terminology.hl7.org/ValueSet/v3-ParticipationMode)

    Codes for communication mediums such as phone, fax, email, in person, etc.

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

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

    КороткийУникальный идентификатор для межэлементных ссылок
    Контроль0..0
    На этот элемент влияют следующие инварианты: ele-1
    Типid
    Модификаторfalse
    Формат XMLВ формате XML это свойство представлено в качестве атрибута.
    Summaryfalse
    58. Communication.medium.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Этот элемент представляет набор разрезов на Communication.medium.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
    • value @ url
    • 60. Communication.medium.coding
      Определение

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

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

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

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

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

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

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

      КороткийУникальный идентификатор для межэлементных ссылок
      Контроль0..0
      На этот элемент влияют следующие инварианты: ele-1
      Типid
      Модификаторfalse
      Формат XMLВ формате XML это свойство представлено в качестве атрибута.
      Summaryfalse
      64. Communication.medium.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Этот элемент представляет набор разрезов на Communication.medium.coding.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
      • value @ url
      • 66. Communication.medium.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()))
        68. Communication.medium.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()))
        70. Communication.medium.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()))
        72. Communication.medium.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()))
        74. Communication.medium.coding.userSelected
        Определение

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

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

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

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

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

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

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

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

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

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

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

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

        The patient or group that was the focus of this communication.

        КороткийСсылка на пациента
        Контроль1..1
        ТипReference(Пациент, Пациент без ИН)
        Модификаторfalse
        Требуется поддержкаfalse
        Summarytrue
        Альтернативные именаpatient
        Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        80. Communication.subject.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
        82. Communication.subject.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Этот элемент представляет набор разрезов на Communication.subject.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
        • value @ url
        • 84. Communication.subject.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()))
          86. Communication.subject.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()))
          88. Communication.subject.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()))
          90. Communication.subject.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()))
          92. Communication.topic
          Определение

          Description of the purpose/content, similar to a subject line in an email.

          КороткийТема сообщения
          Комментарии

          Communication.topic.text can be used without any codings.

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

          Codes describing the purpose or content of the communication.

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

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

          КороткийУникальный идентификатор для межэлементных ссылок
          Контроль0..0
          На этот элемент влияют следующие инварианты: ele-1
          Типid
          Модификаторfalse
          Формат XMLВ формате XML это свойство представлено в качестве атрибута.
          Summaryfalse
          96. Communication.topic.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Этот элемент представляет набор разрезов на Communication.topic.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
          • value @ url
          • 98. Communication.topic.coding
            Определение

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

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

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

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

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

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

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

            КороткийУникальный идентификатор для межэлементных ссылок
            Контроль0..0
            На этот элемент влияют следующие инварианты: ele-1
            Типid
            Модификаторfalse
            Формат XMLВ формате XML это свойство представлено в качестве атрибута.
            Summaryfalse
            102. Communication.topic.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Этот элемент представляет набор разрезов на Communication.topic.coding.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
            • value @ url
            • 104. Communication.topic.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()))
              106. Communication.topic.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()))
              108. Communication.topic.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()))
              110. Communication.topic.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()))
              112. Communication.topic.coding.userSelected
              Определение

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

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

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

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

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

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

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

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

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

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

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

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

              Other resources that pertain to this communication and to which this communication should be associated.

              КороткийСсылка на ресурс, связанный с сообщением. К примеру: в сообщении передается информация о создании направления на консультацию и в этом элементе фиксируется ссылка на ресурс направления
              Комментарии

              Don't use Communication.about element when a more specific element exists, such as basedOn or reasonReference.

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

              The Encounter during which this Communication was created or to which the creation of this record is tightly associated.

              КороткийThe Encounter during which this Communication was created
              Комментарии

              This will typically be the encounter the event occurred within, but some activities may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter.

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

              The time when this communication was sent.

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

              The time when this communication arrived at the destination.

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

              The entity (e.g. person, organization, clinical information system, care team or device) which is the target of the communication.

              КороткийWho the information is shared with
              Комментарии

              If receipts need to be tracked by an individual, a separate resource instance will need to be created for each recipient. Multiple recipient communications are intended where either receipts are not tracked (e.g. a mass mail-out) or a receipt is captured in aggregate (all emails confirmed received by a particular time).

              Контроль0..1
              ТипReference(CareTeam, Device, Group, HealthcareService, Location, Organization, Patient, Practitioner, PractitionerRole, RelatedPerson, Endpoint)
              Модификаторfalse
              Требуется поддержкаfalse
              Summaryfalse
              Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              126. Communication.sender
              Определение

              The entity (e.g. person, organization, clinical information system, or device) which is the source of the communication.

              КороткийWho shares the information
              Контроль1..1
              ТипReference(Учреждение здравоохранения)
              Модификаторfalse
              Требуется поддержкаfalse
              Summaryfalse
              Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              128. Communication.sender.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
              130. Communication.sender.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Этот элемент представляет набор разрезов на Communication.sender.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
              • value @ url
              • 132. Communication.sender.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()))
                134. Communication.sender.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()))
                136. Communication.sender.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()))
                138. Communication.sender.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()))
                140. Communication.reason
                Определение

                The reason or justification for the communication.

                КороткийIndication for message
                Комментарии

                Textual reasons can be captured using reason.concept.text.

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

                Codes for describing reasons for the occurrence of a communication.

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

                Text, attachment(s), or resource(s) that was communicated to the recipient.

                КороткийMessage payload
                Контроль0..*
                ТипBackboneElement
                Модификаторfalse
                Требуется поддержкаfalse
                Summaryfalse
                Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                144. Communication.payload.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
                146. Communication.payload.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())
                148. Communication.payload.modifierExtension
                Определение

                May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                КороткийРасширения, которые нельзя игнорировать даже если его не узнают
                Комментарии

                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                Контроль0..*
                ТипExtension
                Модификаторtrue потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                Summarytrue
                Требования

                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                Альтернативные именаextensions, user content, modifiers
                Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                150. Communication.payload.content[x]
                Определение

                A communicated content (or for multi-part communications, one portion of the communication).

                КороткийMessage part content
                Комментарии

                The content can be codified or textual. As an example of codified content, when working with machine generated communications, the payload may be drawn from a finite, terminology defined set of communications, especially for short, status update kinds of communications where more of a natural language approach isn't appropriate.

                If the content isn't codified, contentCodeableConcept.text can be used.

                When using contentCodeableConcept, the CodeableConcept is what is being communicated and is not a categorization of the content.

                Контроль1..1
                ТипReference(Неструктурированный документ)
                [x] ЗаметкаСмотретьВыбор типов данныхдля дополнительной информации о том, как использовать [x]
                Модификаторfalse
                Требуется поддержкаfalse
                Summaryfalse
                Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                152. Communication.note
                Определение

                Additional notes or commentary about the communication by the sender, receiver or other interested parties.

                КороткийШаблон уведомления
                Контроль1..1
                ТипAnnotation
                Модификаторfalse
                Требуется поддержкаfalse
                Summaryfalse
                Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                154. Communication.note.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
                156. Communication.note.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Этот элемент представляет набор разрезов на Communication.note.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
                • value @ url
                • 158. Communication.note.author[x]
                  Определение

                  The individual responsible for making the annotation.

                  КороткийIndividual responsible for the annotation
                  Комментарии

                  Organization is used when there's no need for specific attribution as to who made the comment.

                  Контроль0..0
                  ТипВыбор: Reference(Practitioner, PractitionerRole, Patient, RelatedPerson, Organization), string
                  Модификаторfalse
                  Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
                  Summarytrue
                  Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  160. Communication.note.time
                  Определение

                  Indicates when this particular annotation was made.

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

                  The text of the annotation in markdown format.

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