Digital Health Platform
0.1.0 -
Digital Health Platform, опубликовано Uzinfocom LLC. Это руководство не является санкционированной публикацией; это непрерывная сборка для версии 0.1.0, созданной FHIR (HL7® FHIR® Standard) CI Build. Эта версия основана на нынешнем содержании https://github.com/uzinfocom-org/digital-health-ig/ и регулярно изменяется. Смотрите каталог опубликованных версий
Active по состоянию на 2025-06-02 |
Определения для dhp-consent профиль ресурса
Рекомендации по толкованию содержимого этой таблицы можно найтиздесь!!!!!!!!-- no content: do not translate #97 --
0. Consent | |
Определение | A record of a healthcare consumer’s choices or choices made on their behalf by a third party, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time. |
Короткий | A healthcare consumer's or third party's choices to permit or deny recipients or roles to perform actions for specific purposes and periods of time |
Комментарии | Broadly, there are 3 key areas of consent for patients: Consent around sharing information (aka Privacy Consent Directive - Authorization to Collect, Use, or Disclose information), consent for specific treatment, or kinds of treatment and consent for research participation and data sharing. |
Контроль | 0..* |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty() )dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource ( contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty() )dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated ( contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() )dom-5: If a resource is contained in another resource, it SHALL NOT have a security label ( contained.meta.security.empty() )dom-6: A resource should have narrative for robust management ( text.`div`.exists() )dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty()) dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()) dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()) dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty()) dom-6: A resource should have narrative for robust management (text.`div`.exists()) |
2. Consent.implicitRules | |
Определение | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. |
Короткий | A set of rules under which this content was created |
Комментарии | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc. |
Контроль | 0..1 |
Тип | uri |
Модификатор | true потому что This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
4. Consent.contained | |
Определение | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning. |
Короткий | Contained, inline Resources |
Комментарии | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels. |
Контроль | 0..* На этот элемент влияют следующие инварианты: dom-2, dom-4, dom-3, dom-5 |
Тип | Resource |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Альтернативные имена | inline resources, anonymous resources, contained resources |
6. Consent.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them |
Требуется поддержка | false |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
8. Consent.status | |
Определение | Indicates the current state of this Consent resource. |
Короткий | draft | active | inactive | not-done | entered-in-error | unknown |
Комментарии | This element is labeled as a modifier because the status contains the codes rejected and entered-in-error that mark the Consent as not currently valid. |
Контроль | 1..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentStateCodesVS (0.1.0)http://hl7.org/fhir/ValueSet/consent-state-codes|5.0.0 (required to https://terminology.medcore.uz/ValueSet/consent-state-codes-vs|0.1.0 ) |
Тип | code |
Модификатор | true потому что This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
10. Consent.subject | |
Определение | The patient/healthcare practitioner or group of persons to whom this consent applies. |
Короткий | Who the consent applies to |
Контроль | 0..1 |
Тип | Reference(Patient, Practitioner, Group, Patient, Practitioner, Group) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
12. Consent.period | |
Определение | Effective period for this Consent Resource and all provisions unless specified in that provision. |
Короткий | Effective period for this Consent |
Контроль | 0..1 |
Тип | Period |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Альтернативные имена | period |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
14. Consent.period.start | |
Определение | The start of the period. The boundary is inclusive. |
Короткий | Starting time with inclusive boundary |
Комментарии | If the low element is missing, the meaning is that the low boundary is not known. |
Контроль | 0..1 На этот элемент влияют следующие инварианты: per-1 |
Тип | dateTime |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
16. Consent.period.end | |
Определение | The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time. |
Короткий | End time with inclusive boundary, if not ongoing |
Комментарии | The end value includes any matching date/time. i.e. 2012-02-03T10:00:00 is in a period that has an end value of 2012-02-03. |
Контроль | 0..1 На этот элемент влияют следующие инварианты: per-1 |
Тип | dateTime |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Значение при отсутствии | If the end of the period is missing, it means that the period is ongoing |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
18. Consent.grantor | |
Определение | The entity responsible for granting the rights listed in a Consent Directive. |
Короткий | Who is granting rights according to the policy and rules |
Контроль | 0..* |
Тип | Reference(CareTeam, HealthcareService, Organization, Patient, Practitioner, RelatedPerson, PractitionerRole, CareTeam, HealthcareService, Organization, Patient, Practitioner, RelatedPerson, PractitionerRole) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | true |
Альтернативные имена | grantor |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
20. Consent.sourceAttachment | |
Определение | The source on which this consent statement is based. The source might be a scanned original paper form. |
Короткий | Source from which this consent is taken |
Комментарии | The source can be contained inline (Attachment), referenced directly (Consent), referenced in a consent repository (DocumentReference), or simply by an identifier (Identifier), e.g. a CDA document id. |
Контроль | 0..* |
Тип | Attachment |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
22. Consent.sourceAttachment.url | |
Определение | A location where the data can be accessed. |
Короткий | Uri where the data can be found |
Комментарии | If both data and url are provided, the url SHALL point to the same content as the data contains. Urls may be relative references or may reference transient locations such as a wrapping envelope using cid: though this has ramifications for using signatures. Relative URLs are interpreted relative to the service url, like a resource reference, rather than relative to the resource itself. If a URL is provided, it SHALL resolve to actual data. |
Контроль | 0..1 |
Тип | url |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | The data needs to be transmitted by reference. |
Пример | <br/><b>General</b>:http://www.acme.com/logo-small.png |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
24. Consent.sourceAttachment.creation | |
Определение | The date that the attachment was first created. |
Короткий | Date attachment was first created |
Контроль | 0..1 |
Тип | dateTime |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | This is often tracked as an integrity issue for use of the attachment. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
26. Consent.sourceReference | |
Определение | A reference to a consent that links back to such a source, a reference to a document repository (e.g. XDS) that stores the original consent document. |
Короткий | Source from which this consent is taken |
Комментарии | The source can be contained inline (Attachment), referenced directly (Consent), referenced in a consent repository (DocumentReference), or simply by an identifier (Identifier), e.g. a CDA document id. |
Контроль | 0..* |
Тип | Reference(Consent, DocumentReference, Contract, QuestionnaireResponse, Consent, DocumentReference, Contract, QuestionnaireResponse) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
28. Consent.regulatoryBasis | |
Определение | A set of codes that indicate the regulatory basis (if any) that this consent supports. |
Короткий | Regulations establishing base Consent |
Контроль | 0..* |
Привязка | Коды ДОЛЖНЫ быть взяты из Например, коды см. ConsentPolicyVS (0.1.0)http://hl7.org/fhir/ValueSet/consent-policy (required to https://terminology.medcore.uz/ValueSet/consent-policy-vs|0.1.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
30. Consent.decision | |
Определение | Action to take - permit or deny - as default. |
Короткий | deny | permit |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentProvisionTypeVS (0.1.0)http://hl7.org/fhir/ValueSet/consent-provision-type|5.0.0 (required to https://terminology.medcore.uz/ValueSet/consent-provision-type-vs|0.1.0 ) |
Тип | code |
Модификатор | true потому что Sets context for the values in .provision |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
32. Consent.provision | |
Определение | An exception to the base policy of this consent. An exception can be an addition or removal of access permissions. |
Короткий | Constraints to the base Consent.policyRule/Consent.policy |
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
34. Consent.provision.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
36. Consent.provision.action | |
Определение | Actions controlled by this provision. |
Короткий | Actions controlled by this provision |
Комментарии | Note that this is the direct action (not the grounds for the action covered in the purpose element). At present, the only action in the understood and tested scope of this resource is 'read'. |
Контроль | 0..* |
Привязка | Коды ДОЛЖНЫ быть взяты из Например, коды см. ConsentActionVS (0.1.0)http://hl7.org/fhir/ValueSet/consent-action (required to https://terminology.medcore.uz/ValueSet/consent-action-vs|0.1.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Значение при отсутствии | all actions |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
38. Consent.provision.purpose | |
Определение | The context of the activities a user is taking - why the user is accessing the data - that are controlled by this provision. |
Короткий | Context of activities covered by this provision |
Комментарии | When the purpose of use tag is on the data, access request purpose of use shall not conflict. |
Контроль | 0..* |
Привязка | Коды ДОЛЖНЫ быть взяты из Если они не подходят, эти коды ДОЛЖНЫ быть взяты из ConsentPurposeOfUseVS (0.1.0)http://terminology.hl7.org/ValueSet/v3-PurposeOfUse (required to https://terminology.medcore.uz/ValueSet/consent-purpose-of-use-vs|0.1.0 ) |
Тип | Coding |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Рекомендации по толкованию содержимого этой таблицы можно найтиздесь!!!!!!!!-- no content: do not translate #97 --
0. Consent | |
2. Consent.status | |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentStateCodesVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/consent-state-codes-vs|0.1.0 ) |
Требуется поддержка | true |
4. Consent.subject | |
Требуется поддержка | true |
6. Consent.period | |
Требуется поддержка | true |
8. Consent.period.start | |
Требуется поддержка | true |
10. Consent.period.end | |
Требуется поддержка | true |
12. Consent.grantor | |
Требуется поддержка | true |
14. Consent.sourceAttachment | |
Требуется поддержка | true |
16. Consent.sourceAttachment.url | |
Требуется поддержка | true |
18. Consent.sourceAttachment.creation | |
Требуется поддержка | true |
20. Consent.sourceReference | |
Требуется поддержка | true |
22. Consent.regulatoryBasis | |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentPolicyVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/consent-policy-vs|0.1.0 ) |
Требуется поддержка | true |
24. Consent.decision | |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentProvisionTypeVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/consent-provision-type-vs|0.1.0 ) |
Требуется поддержка | true |
26. Consent.provision | |
Требуется поддержка | true |
28. Consent.provision.action | |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentActionVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/consent-action-vs|0.1.0 ) |
30. Consent.provision.purpose | |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentPurposeOfUseVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/consent-purpose-of-use-vs|0.1.0 ) |
Рекомендации по толкованию содержимого этой таблицы можно найтиздесь!!!!!!!!-- no content: do not translate #97 --
0. Consent | |
Определение | A record of a healthcare consumer’s choices or choices made on their behalf by a third party, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time. |
Короткий | A healthcare consumer's or third party's choices to permit or deny recipients or roles to perform actions for specific purposes and periods of time |
Комментарии | Broadly, there are 3 key areas of consent for patients: Consent around sharing information (aka Privacy Consent Directive - Authorization to Collect, Use, or Disclose information), consent for specific treatment, or kinds of treatment and consent for research participation and data sharing. |
Контроль | 0..* |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | 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. Consent.id | |
Определение | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. |
Короткий | Logical id of this artifact |
Комментарии | Within the context of the FHIR RESTful interactions, the resource has an id except for cases like the create and conditional update. Otherwise, the use of the resouce id depends on the given use case. |
Контроль | 0..1 |
Тип | id |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
4. Consent.meta | |
Определение | The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. |
Короткий | Metadata about the resource |
Контроль | 0..1 |
Тип | Meta |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
6. Consent.implicitRules | |
Определение | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. |
Короткий | A set of rules under which this content was created |
Комментарии | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of its narrative along with other profiles, value sets, etc. |
Контроль | 0..1 |
Тип | uri |
Модификатор | true потому что This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies its meaning or interpretation |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
8. Consent.language | |
Определение | The base language in which the resource is written. |
Короткий | Language of the resource content |
Комментарии | Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute). |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из AllLanguages (required to http://hl7.org/fhir/ValueSet/all-languages|5.0.0 )IETF language tag for a human language |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
10. Consent.text | |
Определение | A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. |
Короткий | Text summary of the resource, for human interpretation |
Комментарии | Contained resources do not have a narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later. |
Контроль | 0..1 На этот элемент влияют следующие инварианты: dom-6 |
Тип | Narrative |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Альтернативные имена | narrative, html, xhtml, display |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
12. Consent.contained | |
Определение | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope. This is allowed to be a Parameters resource if and only if it is referenced by a resource that provides context/meaning. |
Короткий | Contained, inline Resources |
Комментарии | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags in their meta elements, but SHALL NOT have security labels. |
Контроль | 0..* На этот элемент влияют следующие инварианты: dom-2, dom-4, dom-3, dom-5 |
Тип | Resource |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Альтернативные имена | inline resources, anonymous resources, contained resources |
14. Consent.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
16. Consent.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them |
Требуется поддержка | false |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
18. Consent.identifier | |
Определение | Unique identifier for this copy of the Consent Statement. |
Короткий | Identifier for this record (external references) |
Комментарии | This identifier identifies this copy of the consent. Where this identifier is also used elsewhere as the identifier for a consent record (e.g. a CDA consent document) then the consent details are expected to be the same. |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..* |
Тип | Identifier |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
20. Consent.status | |
Определение | Indicates the current state of this Consent resource. |
Короткий | draft | active | inactive | not-done | entered-in-error | unknown |
Комментарии | This element is labeled as a modifier because the status contains the codes rejected and entered-in-error that mark the Consent as not currently valid. |
Контроль | 1..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentStateCodesVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/consent-state-codes-vs|0.1.0 ) |
Тип | code |
Модификатор | true потому что This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
22. Consent.category | |
Определение | A classification of the type of consents found in the statement. This element supports indexing and retrieval of consent statements. |
Короткий | Classification of the consent statement - for indexing/retrieval |
Контроль | 0..* |
Привязка | Например, коды см. ConsentCategoryCodes (example to http://hl7.org/fhir/ValueSet/consent-category|5.0.0 )A classification of the type of consents found in a consent statement. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
24. Consent.subject | |
Определение | The patient/healthcare practitioner or group of persons to whom this consent applies. |
Короткий | Who the consent applies to |
Контроль | 0..1 |
Тип | Reference(Patient, Practitioner, Group) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
26. Consent.date | |
Определение | Date the consent instance was agreed to. |
Короткий | Fully executed date of the consent |
Контроль | 0..1 |
Тип | date |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
28. Consent.period | |
Определение | Effective period for this Consent Resource and all provisions unless specified in that provision. |
Короткий | Effective period for this Consent |
Контроль | 0..1 |
Тип | Period |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Альтернативные имена | period |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
30. Consent.period.id | |
Определение | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Короткий | Unique id for inter-element referencing |
Контроль | 0..1 На этот элемент влияют следующие инварианты: ele-1 |
Тип | id |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
32. Consent.period.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
Slicing | Этот элемент представляет набор разрезов на Consent.period.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
34. Consent.period.start | |
Определение | The start of the period. The boundary is inclusive. |
Короткий | Starting time with inclusive boundary |
Комментарии | If the low element is missing, the meaning is that the low boundary is not known. |
Контроль | 0..1 На этот элемент влияют следующие инварианты: per-1 |
Тип | dateTime |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
36. Consent.period.end | |
Определение | The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time. |
Короткий | End time with inclusive boundary, if not ongoing |
Комментарии | The end value includes any matching date/time. i.e. 2012-02-03T10:00:00 is in a period that has an end value of 2012-02-03. |
Контроль | 0..1 На этот элемент влияют следующие инварианты: per-1 |
Тип | dateTime |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Значение при отсутствии | If the end of the period is missing, it means that the period is ongoing |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
38. Consent.grantor | |
Определение | The entity responsible for granting the rights listed in a Consent Directive. |
Короткий | Who is granting rights according to the policy and rules |
Контроль | 0..* |
Тип | Reference(CareTeam, HealthcareService, Organization, Patient, Practitioner, RelatedPerson, PractitionerRole) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | true |
Альтернативные имена | grantor |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
40. Consent.grantee | |
Определение | The entity responsible for complying with the Consent Directive, including any obligations or limitations on authorizations and enforcement of prohibitions. |
Короткий | Who is agreeing to the policy and rules |
Комментарии | In a fully computable consent, both grantee and grantor will be listed as actors within the consent. The Grantee and Grantor elements are for ease of search only. |
Контроль | 0..* |
Тип | Reference(CareTeam, HealthcareService, Organization, Patient, Practitioner, RelatedPerson, PractitionerRole) |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Альтернативные имена | grantee |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
42. Consent.manager | |
Определение | The actor that manages the consent through its lifecycle. |
Короткий | Consent workflow management |
Контроль | 0..* |
Тип | Reference(HealthcareService, Organization, Patient, Practitioner) |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Альтернативные имена | manager |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
44. Consent.controller | |
Определение | The actor that controls/enforces the access according to the consent. |
Короткий | Consent Enforcer |
Контроль | 0..* |
Тип | Reference(HealthcareService, Organization, Patient, Practitioner) |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Альтернативные имена | controller |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
46. Consent.sourceAttachment | |
Определение | The source on which this consent statement is based. The source might be a scanned original paper form. |
Короткий | Source from which this consent is taken |
Комментарии | The source can be contained inline (Attachment), referenced directly (Consent), referenced in a consent repository (DocumentReference), or simply by an identifier (Identifier), e.g. a CDA document id. |
Контроль | 0..* |
Тип | Attachment |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
48. Consent.sourceAttachment.id | |
Определение | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Короткий | Unique id for inter-element referencing |
Контроль | 0..1 На этот элемент влияют следующие инварианты: ele-1 |
Тип | id |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
50. Consent.sourceAttachment.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
Slicing | Этот элемент представляет набор разрезов на Consent.sourceAttachment.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
52. Consent.sourceAttachment.contentType | |
Определение | Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate. |
Короткий | Mime type of the content, with charset etc. |
Контроль | 0..1 На этот элемент влияют следующие инварианты: att-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из MimeTypes (required to http://hl7.org/fhir/ValueSet/mimetypes|5.0.0 )BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Processors of the data need to be able to know how to interpret the data. |
Пример | <br/><b>General</b>:text/plain; charset=UTF-8, image/png |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
54. Consent.sourceAttachment.language | |
Определение | The human language of the content. The value can be any valid value according to BCP 47. |
Короткий | Human language of the content (BCP-47) |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из AllLanguages (required to http://hl7.org/fhir/ValueSet/all-languages|5.0.0 )IETF language tag for a human language. |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Users need to be able to choose between the languages in a set of attachments. |
Пример | <br/><b>General</b>:en-AU |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
56. Consent.sourceAttachment.data | |
Определение | The actual data of the attachment - a sequence of bytes, base64 encoded. |
Короткий | Data inline, base64ed |
Комментарии | The base64-encoded data SHALL be expressed in the same character set as the base resource XML or JSON. |
Контроль | 0..1 На этот элемент влияют следующие инварианты: att-1 |
Тип | base64Binary |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | false |
Требования | The data needs to able to be transmitted inline. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
58. Consent.sourceAttachment.url | |
Определение | A location where the data can be accessed. |
Короткий | Uri where the data can be found |
Комментарии | If both data and url are provided, the url SHALL point to the same content as the data contains. Urls may be relative references or may reference transient locations such as a wrapping envelope using cid: though this has ramifications for using signatures. Relative URLs are interpreted relative to the service url, like a resource reference, rather than relative to the resource itself. If a URL is provided, it SHALL resolve to actual data. |
Контроль | 0..1 |
Тип | url |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | The data needs to be transmitted by reference. |
Пример | <br/><b>General</b>:http://www.acme.com/logo-small.png |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
60. Consent.sourceAttachment.size | |
Определение | The number of bytes of data that make up this attachment (before base64 encoding, if that is done). |
Короткий | Number of bytes of content (if url provided) |
Комментарии | The number of bytes is redundant if the data is provided as a base64binary, but is useful if the data is provided as a url reference. |
Контроль | 0..1 |
Тип | integer64 |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Representing the size allows applications to determine whether they should fetch the content automatically in advance, or refuse to fetch it at all. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
62. Consent.sourceAttachment.hash | |
Определение | The calculated hash of the data using SHA-1. Represented using base64. |
Короткий | Hash of the data (sha-1, base64ed) |
Комментарии | The hash is calculated on the data prior to base64 encoding, if the data is based64 encoded. The hash is not intended to support digital signatures. Where protection against malicious threats a digital signature should be considered, see Provenance.signature for mechanism to protect a resource with a digital signature. |
Контроль | 0..1 |
Тип | base64Binary |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Included so that applications can verify that the contents of a location have not changed due to technical failures (e.g., storage rot, transport glitch, incorrect version). |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
64. Consent.sourceAttachment.title | |
Определение | A label or set of text to display in place of the data. |
Короткий | Label to display in place of the data |
Комментарии | May sometimes be derived from the source filename. |
Контроль | 0..1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Applications need a label to display to a human user in place of the actual data if the data cannot be rendered or perceived by the viewer. |
Пример | <br/><b>General</b>:Official Corporate Logo |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
66. Consent.sourceAttachment.creation | |
Определение | The date that the attachment was first created. |
Короткий | Date attachment was first created |
Контроль | 0..1 |
Тип | dateTime |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | This is often tracked as an integrity issue for use of the attachment. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
68. Consent.sourceAttachment.height | |
Определение | Height of the image in pixels (photo/video). |
Короткий | Height of the image in pixels (photo/video) |
Контроль | 0..1 |
Тип | positiveInt |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
70. Consent.sourceAttachment.width | |
Определение | Width of the image in pixels (photo/video). |
Короткий | Width of the image in pixels (photo/video) |
Контроль | 0..1 |
Тип | positiveInt |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
72. Consent.sourceAttachment.frames | |
Определение | The number of frames in a photo. This is used with a multi-page fax, or an imaging acquisition context that takes multiple slices in a single image, or an animated gif. If there is more than one frame, this SHALL have a value in order to alert interface software that a multi-frame capable rendering widget is required. |
Короткий | Number of frames if > 1 (photo) |
Комментарии | if the number of frames is not supplied, the value may be unknown. Applications should not assume that there is only one frame unless it is explicitly stated. |
Контроль | 0..1 |
Тип | positiveInt |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
74. Consent.sourceAttachment.duration | |
Определение | The duration of the recording in seconds - for audio and video. |
Короткий | Length in seconds (audio / video) |
Комментарии | The duration might differ from occurrencePeriod if recording was paused. |
Контроль | 0..1 |
Тип | decimal |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
76. Consent.sourceAttachment.pages | |
Определение | The number of pages when printed. |
Короткий | Number of printed pages |
Контроль | 0..1 |
Тип | positiveInt |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
78. Consent.sourceReference | |
Определение | A reference to a consent that links back to such a source, a reference to a document repository (e.g. XDS) that stores the original consent document. |
Короткий | Source from which this consent is taken |
Комментарии | The source can be contained inline (Attachment), referenced directly (Consent), referenced in a consent repository (DocumentReference), or simply by an identifier (Identifier), e.g. a CDA document id. |
Контроль | 0..* |
Тип | Reference(Consent, DocumentReference, Contract, QuestionnaireResponse) |
Модификатор | false |
Требуется поддержка | true |
Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
80. Consent.regulatoryBasis | |
Определение | A set of codes that indicate the regulatory basis (if any) that this consent supports. |
Короткий | Regulations establishing base Consent |
Контроль | 0..* |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentPolicyVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/consent-policy-vs|0.1.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
82. Consent.policyBasis | |
Определение | A Reference or URL used to uniquely identify the policy the organization will enforce for this Consent. This Reference or URL should be specific to the version of the policy and should be dereferencable to a computable policy of some form. |
Короткий | Computable version of the backing policy |
Контроль | 0..1 |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
84. Consent.policyBasis.id | |
Определение | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Короткий | Unique id for inter-element referencing |
Контроль | 0..1 На этот элемент влияют следующие инварианты: ele-1 |
Тип | string |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
86. Consent.policyBasis.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
88. Consent.policyBasis.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
90. Consent.policyBasis.reference | |
Определение | A Reference that identifies the policy the organization will enforce for this Consent. |
Короткий | Reference backing policy resource |
Комментарии | While any resource may be used, Consent, PlanDefinition and Contract would be most frequent |
Контроль | 0..1 |
Тип | Reference(Resource) |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
92. Consent.policyBasis.url | |
Определение | A URL that links to a computable version of the policy the organization will enforce for this Consent. |
Короткий | URL to a computable backing policy |
Контроль | 0..1 |
Тип | url |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
94. Consent.policyText | |
Определение | A Reference to the human readable policy explaining the basis for the Consent. |
Короткий | Human Readable Policy |
Контроль | 0..* |
Тип | Reference(DocumentReference) |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
96. Consent.verification | |
Определение | Whether a treatment instruction (e.g. artificial respiration: yes or no) was verified with the patient, his/her family or another authorized person. |
Короткий | Consent Verified by patient or family |
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
98. Consent.verification.id | |
Определение | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Короткий | Unique id for inter-element referencing |
Контроль | 0..1 На этот элемент влияют следующие инварианты: ele-1 |
Тип | string |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
100. Consent.verification.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
102. Consent.verification.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
104. Consent.verification.verified | |
Определение | Has the instruction been verified. |
Короткий | Has been verified |
Контроль | 1..1 |
Тип | boolean |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
106. Consent.verification.verificationType | |
Определение | Extensible list of verification type starting with verification and re-validation. |
Короткий | Business case of verification |
Комментарии | This allows the verification element to hold multiple use cases including RelatedPerson verification of the Grantee decision and periodic re-validation of the consent. |
Контроль | 0..1 |
Привязка | Например, коды см. ConsentVerificationCodes (example to http://hl7.org/fhir/ValueSet/consent-verification|5.0.0 )Types of Verification/Validation. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
108. Consent.verification.verifiedBy | |
Определение | The person who conducted the verification/validation of the Grantor decision. |
Короткий | Person conducting verification |
Контроль | 0..1 |
Тип | Reference(Organization, Practitioner, PractitionerRole) |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
110. Consent.verification.verifiedWith | |
Определение | Who verified the instruction (Patient, Relative or other Authorized Person). |
Короткий | Person who verified |
Контроль | 0..1 |
Тип | Reference(Patient, RelatedPerson) |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
112. Consent.verification.verificationDate | |
Определение | Date(s) verification was collected. |
Короткий | When consent verified |
Комментарии | Allows for history of verification/validation. |
Контроль | 0..* |
Тип | dateTime |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
114. Consent.decision | |
Определение | Action to take - permit or deny - as default. |
Короткий | deny | permit |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentProvisionTypeVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/consent-provision-type-vs|0.1.0 ) |
Тип | code |
Модификатор | true потому что Sets context for the values in .provision |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
116. Consent.provision | |
Определение | An exception to the base policy of this consent. An exception can be an addition or removal of access permissions. |
Короткий | Constraints to the base Consent.policyRule/Consent.policy |
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
118. Consent.provision.id | |
Определение | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Короткий | Unique id for inter-element referencing |
Контроль | 0..1 На этот элемент влияют следующие инварианты: ele-1 |
Тип | string |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
120. Consent.provision.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
122. Consent.provision.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
124. Consent.provision.period | |
Определение | Timeframe for this provision. |
Короткий | Timeframe for this provision |
Комментарии | This is the bound effective time of the consent and should be in the base provision in the Consent resource. |
Контроль | 0..1 |
Тип | Period |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
126. Consent.provision.actor | |
Определение | Who or what is controlled by this provision. Use group to identify a set of actors by some property they share (e.g. 'admitting officers'). |
Короткий | Who|what controlled by this provision (or group, by role) |
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Значение при отсутствии | There is no specific actor associated with the exception |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
128. Consent.provision.actor.id | |
Определение | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Короткий | Unique id for inter-element referencing |
Контроль | 0..1 На этот элемент влияют следующие инварианты: ele-1 |
Тип | string |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
130. Consent.provision.actor.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
132. Consent.provision.actor.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
134. Consent.provision.actor.role | |
Определение | How the individual is involved in the resources content that is described in the exception. |
Короткий | How the actor is involved |
Контроль | 0..1 |
Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из ParticipationRoleType (extensible to http://hl7.org/fhir/ValueSet/participation-role-type|5.0.0 )How an actor is involved in the consent considerations. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
136. Consent.provision.actor.reference | |
Определение | The resource that identifies the actor. To identify actors by type, use group to identify a set of actors by some property they share (e.g. 'admitting officers'). |
Короткий | Resource for the actor (or group, by role) |
Контроль | 0..1 |
Тип | Reference(Device, Group, CareTeam, Organization, Patient, Practitioner, RelatedPerson, PractitionerRole) |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
138. Consent.provision.action | |
Определение | Actions controlled by this provision. |
Короткий | Actions controlled by this provision |
Комментарии | Note that this is the direct action (not the grounds for the action covered in the purpose element). At present, the only action in the understood and tested scope of this resource is 'read'. |
Контроль | 0..* |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentActionVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/consent-action-vs|0.1.0 ) |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Значение при отсутствии | all actions |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
140. Consent.provision.securityLabel | |
Определение | A security label, comprised of 0..* security label fields (Privacy tags), which define which resources are controlled by this exception. |
Короткий | Security Labels that define affected resources |
Комментарии | If the consent specifies a security label of "R" then it applies to all resources that are labeled "R" or lower. E.g. for Confidentiality, it's a high water mark. For other kinds of security labels, subsumption logic applies. When the purpose of use tag is on the data, access request purpose of use shall not conflict. |
Контроль | 0..* |
Привязка | Например, коды см. SecurityLabelExamples (example to http://hl7.org/fhir/ValueSet/security-label-examples|5.0.0 )Example Security Labels from the Healthcare Privacy and Security Classification System. |
Тип | Coding |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
142. Consent.provision.purpose | |
Определение | The context of the activities a user is taking - why the user is accessing the data - that are controlled by this provision. |
Короткий | Context of activities covered by this provision |
Комментарии | When the purpose of use tag is on the data, access request purpose of use shall not conflict. |
Контроль | 0..* |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentPurposeOfUseVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/consent-purpose-of-use-vs|0.1.0 ) |
Тип | Coding |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
144. Consent.provision.documentType | |
Определение | The documentType(s) covered by this provision. The type can be a CDA document, or some other type that indicates what sort of information the consent relates to. |
Короткий | e.g. Resource Type, Profile, CDA, etc |
Комментарии | Multiple types are or'ed together. The intention of the documentType element is that the codes refer to document types defined in a standard somewhere. |
Контроль | 0..* |
Привязка | Коды СЛЕДУЕТ взять из ConsentContentClass (preferred to http://hl7.org/fhir/ValueSet/consent-content-class|5.0.0 )The document type a consent provision covers. |
Тип | Coding |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
146. Consent.provision.resourceType | |
Определение | The resourceType(s) covered by this provision. The type can be a FHIR resource type or a profile on a type that indicates what information the consent relates to. |
Короткий | e.g. Resource Type, Profile, etc |
Комментарии | Multiple types are or'ed together. The intention of the resourceType element is that the codes refer to profiles or document types defined in a standard or an implementation guide somewhere. |
Контроль | 0..* |
Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из ResourceType (extensible to http://hl7.org/fhir/ValueSet/resource-types|5.0.0 )The resource types a consent provision covers. |
Тип | Coding |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
148. Consent.provision.code | |
Определение | If this code is found in an instance, then the provision applies. |
Короткий | e.g. LOINC or SNOMED CT code, etc. in the content |
Контроль | 0..* |
Привязка | Например, коды см. ConsentContentCodes (example to http://hl7.org/fhir/ValueSet/consent-content-code|5.0.0 )If this code is found in an instance, then the exception applies. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
150. Consent.provision.dataPeriod | |
Определение | Clinical or Operational Relevant period of time that bounds the data controlled by this provision. |
Короткий | Timeframe for data controlled by this provision |
Комментарии | This has a different sense to the Consent.period - that is when the consent agreement holds. This is the time period of the data that is controlled by the agreement. |
Контроль | 0..1 |
Тип | Period |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
152. Consent.provision.data | |
Определение | The resources controlled by this provision if specific resources are referenced. |
Короткий | Data controlled by this provision |
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Значение при отсутствии | all data |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
154. Consent.provision.data.id | |
Определение | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Короткий | Unique id for inter-element referencing |
Контроль | 0..1 На этот элемент влияют следующие инварианты: ele-1 |
Тип | string |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
156. Consent.provision.data.extension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Короткий | Additional content defined by implementations |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Альтернативные имена | extensions, user content |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
158. Consent.provision.data.modifierExtension | |
Определение | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
Короткий | Extensions that cannot be ignored even if unrecognized |
Комментарии | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
Контроль | 0..* |
Тип | Extension |
Модификатор | true потому что Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
Summary | true |
Требования | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
Альтернативные имена | extensions, user content, modifiers |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists() ) |
160. Consent.provision.data.meaning | |
Определение | How the resource reference is interpreted when testing consent restrictions. |
Короткий | instance | related | dependents | authoredby |
Контроль | 1..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из ConsentDataMeaning (required to http://hl7.org/fhir/ValueSet/consent-data-meaning|5.0.0 )How a resource reference is interpreted when testing consent restrictions. |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
162. Consent.provision.data.reference | |
Определение | A reference to a specific resource that defines which resources are covered by this consent. |
Короткий | The actual data reference |
Контроль | 1..1 |
Тип | Reference(Resource) |
Модификатор | false |
Требуется поддержка | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
164. Consent.provision.expression | |
Определение | A computable (FHIRPath or other) definition of what is controlled by this consent. |
Короткий | A computable expression of the consent |
Комментарии | Constraining the expression type for a specific implementation via profile is recommended |
Контроль | 0..1 |
Тип | Expression |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
166. Consent.provision.provision | |
Определение | Provisions which provide exceptions to the base provision or subprovisions. |
Короткий | Nested Exception Provisions |
Контроль | 0..* |
Тип | Смотретьttp://hl7.org/fhir/StructureDefinition/Consent#Consent.provision |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |