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

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

Draft as of 2026-06-25

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

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

0. Contract
ИнвариантыAuthorityTaskRejecteorRule: Если указан автор - Организация, то должно быть заполнено поле с примечаниями (title) (authority.exists() implies title.exists())
2. Contract.meta
Контроль1..?
4. Contract.meta.id
Контроль0..0
6. Contract.meta.extension
Контроль0..0
8. Contract.meta.versionId
Контроль0..0
10. Contract.meta.source
Контроль0..0
12. Contract.meta.profile
Контроль1..1
Значение шаблонаhttps://fhir.by/StructureDefinition/TaskRejecter
14. Contract.meta.security
Контроль0..0
16. Contract.meta.tag
Контроль0..0
18. Contract.implicitRules
Контроль0..0
20. Contract.language
Контроль0..0
22. Contract.text
Контроль0..0
24. Contract.contained
Контроль0..0
26. Contract.extension
Контроль0..0
28. Contract.modifierExtension
Контроль0..0
30. Contract.identifier
ПримечаниеЭто бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение)
Контроль0..0
32. Contract.url
Контроль0..0
34. Contract.version
ПримечаниеЭто бизнес-версия Id, а не ресурс версии Id (см. обсуждение)
Контроль0..0
36. Contract.status
КороткийСтатус executed (выполнен)
Контроль1..?
Значение шаблонаexecuted
38. Contract.legalState
Контроль0..0
40. Contract.instantiatesCanonical
Контроль0..0
42. Contract.instantiatesUri
Контроль0..0
44. Contract.contentDerivative
Контроль0..0
46. Contract.issued
КороткийДата создания отмены задачи
Контроль1..?
48. Contract.applies
Контроль0..0
50. Contract.expirationType
Контроль0..0
52. Contract.subject
КороткийСсылка на пациента, в отношении которого выполняется отмены задачи
Контроль1..1
ТипReference(Пациент, Пациент без ИН)
54. Contract.subject.id
Контроль0..0
56. Contract.subject.extension
Контроль0..0
58. Contract.subject.reference
Контроль1..?
60. Contract.authority
Определение

Ссылка организацию, автора отмены задачи.

КороткийСсылка на организацию, автора отмены задачи
Контроль0..1
ТипReference(Учреждение здравоохранения)
62. Contract.authority.id
Контроль0..0
64. Contract.authority.extension
Контроль0..0
66. Contract.authority.reference
Контроль1..?
68. Contract.domain
Контроль0..0
70. Contract.site
Контроль0..0
72. Contract.name
Контроль0..0
74. Contract.title
КороткийПримечания по ответу на запрос (в случае отказа - причины отказа в выдаче документов)
76. Contract.subtitle
Контроль0..0
78. Contract.alias
Контроль0..0
80. Contract.author
Определение

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

КороткийСсылка на специалиста или автора отмены задачи
Контроль1..?
ТипReference(Роль медицинского работника, Пациент, Пациент без ИН)
82. Contract.author.id
Контроль0..0
84. Contract.author.extension
Контроль0..0
86. Contract.author.reference
Контроль1..?
88. Contract.scope
Контроль0..0
90. Contract.topic[x]
Определение

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

КороткийСсылка на задачу или другой ресурс, от которого происходит отмена задачи
Контроль1..?
ТипReference(Заказ медицинских документов), CodeableConcept
[x] ЗаметкаСмотретьВыбор типов данныхдля дополнительной информации о том, как использовать [x]
92. Contract.topic[x].reference
Контроль1..?
94. Contract.type
Контроль0..0
96. Contract.subType
Контроль0..0
98. Contract.contentDefinition
Контроль0..0
100. Contract.term
Контроль0..0
102. Contract.supportingInfo
Контроль0..0
104. Contract.relevantHistory
Контроль0..0
106. Contract.signer
Контроль0..0
108. Contract.friendly
Контроль0..0
110. Contract.legal
Контроль0..0
112. Contract.rule
Контроль0..0
114. Contract.legallyBinding[x]
Контроль0..0

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

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

Юридически закрепленная, официально зафиксированная односторонняя или двусторонняя директива, т.е. политика или соглашение.

КороткийЮридическое соглашение
Контроль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())
AuthorityTaskRejecteorRule: Если указан автор - Организация, то должно быть заполнено поле с примечаниями (title) (authority.exists() implies title.exists())
2. Contract.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. Contract.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. Contract.meta.id
Определение

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

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

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

    КороткийИдентификатор конкретной версии
    Комментарии

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

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

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

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

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

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

    Unique identifier for this Contract or a derivative that references a Source Contract.

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

    This is the business identifier of the contract content conveyed. It may be a derivative of the legally binding contract, in which case, the identifier of the basal contract is contained in the Contract.binding referenced Contract.

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

    Canonical identifier for this contract, represented as a URI (globally unique).

    КороткийBasal definition
    Комментарии

    Used in a domain that uses a supplied contract repository.

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

    An absolute URI that is used to identify this contract when it is referenced in a specification, model, design, instance or a contract derivative; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which this plan definition is (or will be) published.

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

    An edition identifier used for business purposes to label business significant variants.

    КороткийBusiness edition
    Комментарии

    Note - This is a business versionId, not a resource version id (see discussion at Versioning) Comments - There may be different contract instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the plan definition with the format [url]|[version]. The version SHOULD NOT contain a '#' - see Business Version.

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

    The identifier that is used to identify this version of the contract when it is referenced in a specification, model, design, instance, or contract derivative. This is an arbitrary value managed by the contract author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.

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

    The status of the resource instance.

    КороткийСтатус executed (выполнен)
    Комментарии

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

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

    A code specifying the state of the resource instance.

    Типcode
    Модификаторtrue потому что This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    Примитивное значениеЭтот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением
    Требуется поддержкаfalse
    Summarytrue
    Требования

    This is the Contract Business Workflow Status.

    Значение шаблонаexecuted
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    42. Contract.legalState
    Определение

    Legal states of the formation of a legal instrument, which is a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement.

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

    Detailed codes for the legal state of a contract.

    ТипCodeableConcept
    Модификаторfalse
    Требуется поддержкаfalse
    Summaryfalse
    Требования

    The legal state of a contract follows a prescribed flow as defined by the legal community and these state may be indepenedent of the workflow state.

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

    The URL pointing to a FHIR-defined Contract Definition that is adhered to in whole or part by this Contract.

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

    The URL pointing to an externally maintained definition that is adhered to in whole or in part by this Contract.

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

    The minimal content derived from the basal information source at a specific stage in its lifecycle.

    КороткийContent derived from the basal information
    Контроль0..0
    ПривязкаНапример, коды см. ContractContentDerivationCodes
    (example to http://hl7.org/fhir/ValueSet/contract-content-derivative|5.0.0)

    This is an example set of Content Derivative type codes, which represent the minimal content derived from the basal information source.

    ТипCodeableConcept
    Модификаторfalse
    Требуется поддержкаfalse
    Summaryfalse
    Требования

    In the context of a contract, the information source of the content derivative shall be the information referenced by the contract.binding. The Contract Resource may function simply as the computable representation of the executed contract, which may be the attached to the Contract Resource as the “binding” or as the “friendly” electronic form. For example, a Contract Resource may be automatically populated with the values expressed in a related QuestionnaireResponse. However, the Contract Resource may be considered the legally binding contract if it is the only “executed” form of this contract, and includes the signatures as *The Contract Resource may function as the computable representation of an application or offer in a pre-executed Contract if the grantor has not entered any values. In this case, it is populated with values in a “legal” form of the application or offer or by the values in an associated Questionnaire. If the grantor has filled in the legal form or the associated Questionnaire Response, then these values are used to populate a pre-executed Contract Resource. If the Contract.topic is considered an application or offer, then the policy is often required to be attached as the “legal” basis for the application to ensure “informed consent” to the contract, and that any discrepancy between the application and the policy are interpreted against the policy. Implementers should check organizational and jurisdictional policies to determine the relationship among multiple representations of a contract pre- and post-execution.

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

    When this Contract was issued.

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

    The Contract issuance dateTime often precedes the Contract effective dateTime.

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

    Relevant time or time-period when this Contract is applicable.

    КороткийEffective time
    Контроль0..0
    ТипPeriod
    Модификаторfalse
    Требуется поддержкаfalse
    Summarytrue
    Требования

    The dateTime upon which the Contract is binding.

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

    Event resulting in discontinuation or termination of this Contract instance by one or more parties to the contract.

    КороткийContract cessation cause
    Контроль0..0
    ПривязкаНапример, коды см. ContractResourceExpirationTypeCodes
    (example to http://hl7.org/fhir/ValueSet/contract-expiration-type|5.0.0)

    Codes for the Cessation of Contracts.

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

    The target entity impacted by or of interest to parties to the agreement.

    КороткийСсылка на пациента, в отношении которого выполняется отмены задачи
    Комментарии

    The Contract.subject is an entity that has some role with respect to the Contract.topic and Contract.topic.term, which is of focal interest to the parties to the contract and likely impacted in a significant way by the Contract.action/Contract.action.reason and the Contract.term.action/Contract.action.reason. In many cases, the Contract.subject is a Contract.signer if the subject is an adult; has a legal interest in the contract; and incompetent to participate in the contract agreement.

    Контроль1..1
    ТипReference(Пациент, Пациент без ИН)
    Модификаторfalse
    Требуется поддержкаfalse
    Summarytrue
    Требования

    The Contract.subject is an entity that has some role with respect to the Contract.topic and Contract.topic.term, which is of focal interest to the parties to the contract and likely impacted in a significant way by the Contract.action/Contract.action.reason and the Contract.term.action/Contract.action.reason. In many cases, the Contract.subject is a Contract.signer if the subject is an adult; has a legal interest in the contract; and incompetent to participate in the contract agreement.

    Альтернативные именаPatient
    Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    58. Contract.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
    60. Contract.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Этот элемент представляет набор разрезов на Contract.subject.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
    • value @ url
    • 62. Contract.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()))
      64. Contract.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()))
      66. Contract.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()))
      68. Contract.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()))
      70. Contract.authority
      Определение

      Ссылка организацию, автора отмены задачи.

      КороткийСсылка на организацию, автора отмены задачи
      Контроль0..1
      ТипReference(Учреждение здравоохранения)
      Модификаторfalse
      Требуется поддержкаfalse
      Summaryfalse
      Требования

      The governance framework responsible for ensuring compliance with or enforcement of the contract or policy.

      Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      72. Contract.authority.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
      74. Contract.authority.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Этот элемент представляет набор разрезов на Contract.authority.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
      • value @ url
      • 76. Contract.authority.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()))
        78. Contract.authority.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()))
        80. Contract.authority.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()))
        82. Contract.authority.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()))
        84. Contract.domain
        Определение

        Recognized governance framework or system operating with a circumscribed scope in accordance with specified principles, policies, processes or procedures for managing rights, actions, or behaviors of parties or principals relative to resources.

        КороткийA sphere of control governed by an authoritative jurisdiction, organization, or person
        Контроль0..0
        ТипReference(Location)
        Модификаторfalse
        Требуется поддержкаfalse
        Summaryfalse
        Требования

        The entities bound by governance to comply with the enforcement of contracts or policies by a recognized authority.

        Альтернативные именаscope of governance jurisdiction
        Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        86. Contract.site
        Определение

        Sites in which the contract is complied with, exercised, or in force.

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

        A natural language name identifying this Contract definition, derivative, or instance in any legal state. Provides additional information about its content. This name should be usable as an identifier for the module by machine processing applications such as code generation.

        КороткийComputer friendly designation
        Комментарии

        The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly.

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

        Support human navigation and code generation.

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

        A short, descriptive, user-friendly title for this Contract definition, derivative, or instance in any legal state.

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

        A more detailed or qualifying explanatory or alternate user-friendly title for this Contract definition, derivative, or instance in any legal state.

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

        Alternative representation of the title for this Contract definition, derivative, or instance in any legal state., e.g., a domain specific contract number related to legislation.

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

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

        КороткийСсылка на специалиста или автора отмены задачи
        Контроль1..1
        ТипReference(Роль медицинского работника, Пациент, Пациент без ИН)
        Модификаторfalse
        Требуется поддержкаfalse
        Summaryfalse
        Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        98. Contract.author.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
        100. Contract.author.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Этот элемент представляет набор разрезов на Contract.author.extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
        • value @ url
        • 102. Contract.author.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()))
          104. Contract.author.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()))
          106. Contract.author.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()))
          108. Contract.author.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()))
          110. Contract.scope
          Определение

          A selector of legal concerns for this Contract definition, derivative, or instance in any legal state.

          КороткийRange of Legal Concerns
          Контроль0..0
          ПривязкаНапример, коды см. ContractResourceScopeCodes
          (example to http://hl7.org/fhir/ValueSet/contract-scope|5.0.0)

          Codes for the range of legal concerns.

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

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

          КороткийСсылка на задачу или другой ресурс, от которого происходит отмена задачи
          Комментарии

          Contractual areas of concern are very broad. This element supports narrowing the area of concern to more specific term topics within this Contract. Given the wide range of contract topics, implementers need to be cognizant of the business use case for which they are designing a FHIR Contract, and narrowly specify the topic being represented with respect to the Contract.type and any specializing Contract.subtype. The same topic, e.g., an asset such as a good or service, such as a real property, medical supply, insurance, information, a procedure or employment, or a manner of conduct, such adherence to a privacy, trust, or security policy, may be the topic of multiple types of contracts. One way to determine the Contract.topic is to answer the question: "What is the overall objective of this legal instrument?". The Contract.topic is described with more detail by the terms of the Contract.

          Контроль1..1
          ТипReference(Заказ медицинских документов)
          [x] ЗаметкаСмотретьВыбор типов данныхдля дополнительной информации о том, как использовать [x]
          Модификаторfalse
          Требуется поддержкаfalse
          Summaryfalse
          Требования

          May be used to focus the topic of a Contract definition, derivative, or instance in any legal state.

          Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          114. Contract.topic[x].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
          116. Contract.topic[x].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Этот элемент представляет набор разрезов на Contract.topic[x].extension. Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов:
          • value @ url
          • 118. Contract.topic[x].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()))
            120. Contract.topic[x].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()))
            122. Contract.topic[x].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()))
            124. Contract.topic[x].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()))
            126. Contract.type
            Определение

            A high-level category for the legal instrument, whether constructed as a Contract definition, derivative, or instance in any legal state. Provides additional information about its content within the context of the Contract's scope to distinguish the kinds of systems that would be interested in the contract.

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

            List of overall contract codes.

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

            Sub-category for the Contract that distinguishes the kinds of systems that would be interested in the Contract within the context of the Contract's scope.

            КороткийSubtype within the context of type
            Контроль0..0
            ПривязкаНапример, коды см. ContractSubtypeCodes
            (example to http://hl7.org/fhir/ValueSet/contract-subtype|5.0.0)

            Detailed codes within the above.

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

            Precusory content developed with a focus and intent of supporting the formation a Contract instance, which may be associated with and transformable into a Contract.

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

            One or more Contract Provisions, which may be related and conveyed as a group, and may contain nested groups.

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

            Information that may be needed by/relevant to the performer in their execution of this term action.

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

            Links to Provenance records for past versions of this Contract definition, derivative, or instance, which identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the Contract. The Provenance.entity indicates the target that was changed in the update (see Provenance.entity).

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

            Parties with legal standing in the Contract, including the principal parties, the grantor(s) and grantee(s), which are any person or organization bound by the contract, and any ancillary parties, which facilitate the execution of the contract such as a notary or witness.

            КороткийContract Signatory
            Комментарии

            Signers who are principal parties to the contract are bound by the Contract.activity related to the Contract.topic, and the Contract.term(s), which either extend or restrict the overall action on the topic by, for example, stipulating specific policies or obligations constraining actions, action reason, or agents with respect to some or all of the topic. For example, specifying how policies or obligations shall constrain actions and action reasons permitted or denied on all or a subset of the Contract.topic (e.g., all or a portion of property being transferred by the contract), agents (e.g., who can resell, assign interests, or alter the property being transferred by the contract), actions, and action reasons; or with respect to Contract.terms, stipulating, extending, or limiting the Contract.period of applicability or valuation of items under consideration.

            Контроль0..0
            ТипBackboneElement
            Модификаторfalse
            Требуется поддержкаfalse
            Summaryfalse
            Требования

            The Contract.signer applies a signature to the Contract.binding referenced resource, which is the documentation that is the legal "source of truth". The Contract.signer may delegate, such as a legally recognized personal representative, or have a delegate assigned e.g., by a court of law, to actually sign the Contract, such as a trustee in the case of incompetence.

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

            The "patient friendly language" versionof the Contract in whole or in parts. "Patient friendly language" means the representation of the Contract and Contract Provisions in a manner that is readily accessible and understandable by a layperson in accordance with best practices for communication styles that ensure that those agreeing to or signing the Contract understand the roles, actions, obligations, responsibilities, and implication of the agreement.

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

            List of Legal expressions or representations of this Contract.

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

            List of Computable Policy Rule Language Representations of this Contract.

            КороткийComputable Contract Language
            Контроль0..0
            ТипBackboneElement
            Модификаторfalse
            Требуется поддержкаfalse
            Summaryfalse
            Инвариантыele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            285. Contract.legallyBinding[x]
            Определение

            Legally binding Contract: This is the signed and legally recognized representation of the Contract, which is considered the "source of truth" and which would be the basis for legal action related to enforcement of this Contract.

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