Единая платформа цифрового здравоохранения Узбекистана
0.7.0 - ci-build
Uzbekistan Digital Health Platform - Локальная сборка (v0.7.0), построенная FHIR (HL7® FHIR® Стандартные инструменты сборки. Смотрите каталог опубликованных версий
| Active по состоянию на 2026-08-12 |
Определения для uz-core-group профиль ресурса
Рекомендации по толкованию содержимого этой таблицы можно найтиздесь-- no content: do not translate #97 --
| 0. Group | |
| Определение | Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. |
| Короткий | Group of multiple entities |
| Комментарии | If both Group.characteristic and Group.member are present, then the members are the individuals who were found who met the characteristic. It's possible that there might be other candidate members who meet the characteristic and aren't (yet) in the list. All members SHALL have the listed characteristics. |
| Контроль | 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. Group.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. Group.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. Group.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. Group.identifier | |
| Определение | Business identifiers assigned to this participant by one of the applications involved. These identifiers remain constant as the resource is updated and propagates from server to server. |
| Короткий | Business Identifier for this Group |
| Комментарии | Note: This is a business identifier, not a resource identifier (see discussion). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. |
| Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
| Контроль | 0..* |
| Тип | Identifier |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | true |
| Требования | Allows identification of the group as it is known by various participating systems and in a way that remains consistent across servers. |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 10. Group.active | |
| Определение | Indicates whether the record for the group is available for use or is merely being retained for historical purposes. |
| Короткий | Whether this group's record is in active use |
| Контроль | 0..1 |
| Тип | boolean |
| Модификатор | true потому что This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | true |
| Требования | Need to be able to mark a group record as not to be used because it was created in error or is otherwise no longer available (e.g. a herd that no longer exists). |
| Значение при отсутствии | This resource is generally assumed to be active if no value is provided for the active element |
| Инварианты | 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. Group.type | |
| Определение | Identifies the broad classification of the kind of resources the group includes. |
| Короткий | Identifies the broad classification of the kind of resources the group includes: person | animal | practitioner | device | careteam | healthcareservice | location | organization | relatedperson | specimenperson | animal | practitioner | device | careteam | healthcareservice | location | organization | relatedperson | specimen |
| Комментарии | Group members SHALL be of the appropriate resource type (Patient for person or animal; or Practitioner, PractitionerRole, Device, CareTeam, HealthcareService, Location, Organization, RelatedPerson, or Specimen for the other types.), or a Group of the resources of the appropriate type. |
| Контроль | 1..1 |
| Привязка | Коды ДОЛЖНЫ быть взяты из GroupTypeVS (0.7.0)http://hl7.org/fhir/ValueSet/group-type|5.0.0 (required to https://terminology.dhp.uz/fhir/core/ValueSet/group-type-vs|0.7.0) |
| Тип | code |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | true |
| Требования | Identifies what type of resources the group is made up of. |
| Инварианты | 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. Group.membership | |
| Определение | Basis for membership in the Group:
|
| Короткий | Basis for membership: definitional (defined by characteristics) or enumerated (defined by listed members)definitional | enumerated |
| Контроль | 1..1 |
| Привязка | Коды ДОЛЖНЫ быть взяты из GroupMembershipBasisVS (0.7.0)http://hl7.org/fhir/ValueSet/group-membership-basis|5.0.0 (required to https://terminology.dhp.uz/fhir/core/ValueSet/group-membership-basis-vs|0.7.0) |
| Тип | code |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | true |
| Требования | There are use-cases for groups that define specific collections of individuals, and other groups that define "types" of intended individuals. The requirements for both kinds of groups are similar, so we use a single resource, distinguished by this element. |
| Инварианты | 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. Group.code | |
| Определение | Provides a specific type of resource the group includes; e.g. "cow", "syringe", etc. |
| Короткий | Purpose or kind of the group, for example a screening, vaccination or donation target groupKind of Group members |
| Комментарии | This would generally be omitted for Person resources. |
| Контроль | 0..1 |
| Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из Например, коды см. GroupKindVS (0.7.0) (extensible to https://terminology.dhp.uz/fhir/core/ValueSet/group-kind-vs|0.7.0) |
| Тип | CodeableConcept |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | true |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 18. Group.name | |
| Определение | A label assigned to the group for human identification and communication. |
| Короткий | Label for Group |
| Контроль | 0..1 |
| Тип | string |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | true |
| Требования | Used to identify the group in human communication. |
| Инварианты | 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. Group.description | |
| Определение | Explanation of what the group represents and how it is intended to be used. |
| Короткий | Natural language description of the group |
| Контроль | 0..1 |
| Тип | markdown |
| Модификатор | 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. Group.quantity | |
| Определение | A count of the number of resource instances that are part of the group. |
| Короткий | Number of members |
| Комментарии | Note that the quantity may be less than the number of members if some of the members are not active. |
| Контроль | 0..1 |
| Тип | unsignedInt |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | true |
| Требования | Group size is a common defining characteristic. |
| Инварианты | 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. Group.managingEntity | |
| Определение | Entity responsible for defining and maintaining Group characteristics and/or registered members. |
| Короткий | Entity that is the custodian of the Group's definition |
| Комментарии | This does not strictly align with ownership of a herd or flock, but may suffice to represent that relationship in simple cases. More complex cases will require an extension. |
| Контроль | 0..1 |
| Тип | Reference(UZ Core Organization, UZ Core RelatedPerson, UZ Core Practitioner, UZ Core PractitionerRole, Organization, RelatedPerson, Practitioner, PractitionerRole) |
| Модификатор | false |
| Требуется поддержка | true |
| Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
| Summary | true |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 26. Group.characteristic | |
| Определение | Identifies traits whose presence r absence is shared by members of the group. |
| Короткий | Include or exclude members of the group by a shared traitInclude / Exclude group members by Trait |
| Комментарии | All the identified characteristics must be true for an entity to a member of the group. |
| Контроль | 0..* |
| Тип | BackboneElement |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | true |
| Требования | Needs to be a generic mechanism for identifying what individuals can be part of a group. |
| Инварианты | 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. Group.characteristic.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()) |
| 30. Group.characteristic.code | |
| Определение | A code that identifies the kind of trait being asserted. |
| Короткий | Kind of characteristic used to define membership |
| Контроль | 1..1 |
| Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из Например, коды см. GroupCharacteristicKindVS (0.7.0) (extensible to https://terminology.dhp.uz/fhir/core/ValueSet/group-characteristic-kind-vs|0.7.0) |
| Тип | CodeableConcept |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | true |
| Требования | Need a formal way of identifying the characteristic being described. |
| Инварианты | 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. Group.characteristic.value[x] | |
| Определение | The value of the trait that holds (or does not hold - see 'exclude') for members of the group. |
| Короткий | Value held by the characteristic. For diagnosis-based characteristics, ICD-10 codes are recommendedValue held by characteristic |
| Комментарии | For Range, it means members of the group have a value that falls somewhere within the specified range. |
| Контроль | 1..1 |
| Привязка | Например, коды см. ICD10Codes (example to http://hl7.org/fhir/ValueSet/icd-10|5.0.0) |
| Тип | Выбор: CodeableConcept, boolean, Quantity, Range, Reference |
| [x] Заметка | СмотретьВыбор типов данныхдля дополнительной информации о том, как использовать [x] |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
| Summary | true |
| Требования | The value of the characteristic is what determines group membership. |
| Инварианты | 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. Group.characteristic.exclude | |
| Определение | If true, indicates the characteristic is one that is NOT held by members of the group. |
| Короткий | Group includes or excludes |
| Комментарии | This is labeled as "Is Modifier" because applications cannot wrongly include excluded members as included or vice versa. |
| Контроль | 1..1 |
| Тип | boolean |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | true |
| Требования | Sometimes group membership is determined by characteristics not possessed. |
| Инварианты | 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())) |
| 36. Group.characteristic.period | |
| Определение | The period over which the characteristic is tested; e.g. the patient had an operation during the month of June. |
| Короткий | Period over which characteristic is tested |
| Контроль | 0..1 |
| Тип | Period |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | false |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 38. Group.member | |
| Определение | Identifies the resource instances that are members of the group. |
| Короткий | Who or what is in group |
| Контроль | 0..* |
| Тип | BackboneElement |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | false |
| Требования | Often the only thing of interest about a group is "who's in it". |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 40. Group.member.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()) |
| 42. Group.member.entity | |
| Определение | A reference to the entity that is a member of the group. Must be consistent with Group.type. If the entity is another group, then the type must be the same. |
| Короткий | Reference to the group member |
| Контроль | 1..1 |
| Тип | Reference(CareTeam, Device, UZ Core Group, UZ Core HealthcareService, UZ Core Location, UZ Core Organization, UZ Core Patient, UZ Core Practitioner, UZ Core PractitionerRole, UZ Core RelatedPerson, UZ Core Specimen, Group, HealthcareService, Location, Organization, Patient, Practitioner, PractitionerRole, RelatedPerson, Specimen) |
| Модификатор | 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())) |
| 44. Group.member.period | |
| Определение | The period that the member was in the group, if known. |
| Короткий | Period member belonged to the group |
| Контроль | 0..1 |
| Тип | Period |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | false |
| Требования | Need to track who was in a group at a particular time. |
| Значение при отсутствии | The member is in the group at this time |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 46. Group.member.inactive | |
| Определение | A flag to indicate that the member is no longer in the group, but previously may have been a member. |
| Короткий | If member is no longer in group |
| Контроль | 0..1 |
| Тип | boolean |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | false |
| Требования | Sometimes you don't know when someone stopped being in a group, but not when. |
| Значение при отсутствии | Members are considered active unless explicitly specified otherwise |
| Инварианты | 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. Group | |
| 2. Group.identifier | |
| Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
| Требуется поддержка | true |
| 4. Group.active | |
| Требуется поддержка | true |
| 6. Group.type | |
| Короткий | Identifies the broad classification of the kind of resources the group includes: person | animal | practitioner | device | careteam | healthcareservice | location | organization | relatedperson | specimen |
| Привязка | Коды ДОЛЖНЫ быть взяты из GroupTypeVS (0.7.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/group-type-vs|0.7.0) |
| Требуется поддержка | true |
| 8. Group.membership | |
| Короткий | Basis for membership: definitional (defined by characteristics) or enumerated (defined by listed members) |
| Привязка | Коды ДОЛЖНЫ быть взяты из GroupMembershipBasisVS (0.7.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/group-membership-basis-vs|0.7.0) |
| Требуется поддержка | true |
| 10. Group.code | |
| Короткий | Purpose or kind of the group, for example a screening, vaccination or donation target group |
| Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из GroupKindVS (0.7.0) (extensible to https://terminology.dhp.uz/fhir/core/ValueSet/group-kind-vs|0.7.0) |
| Требуется поддержка | true |
| 12. Group.name | |
| Требуется поддержка | true |
| 14. Group.description | |
| Требуется поддержка | true |
| 16. Group.quantity | |
| Требуется поддержка | true |
| 18. Group.managingEntity | |
| Тип | Reference(UZ Core Organization, UZ Core RelatedPerson, UZ Core Practitioner, UZ Core PractitionerRole) |
| Требуется поддержка | true |
| Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
| 20. Group.characteristic | |
| Короткий | Include or exclude members of the group by a shared trait |
| Требуется поддержка | true |
| 22. Group.characteristic.code | |
| Короткий | Kind of characteristic used to define membership |
| Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из GroupCharacteristicKindVS (0.7.0) (extensible to https://terminology.dhp.uz/fhir/core/ValueSet/group-characteristic-kind-vs|0.7.0) |
| Требуется поддержка | true |
| 24. Group.characteristic.value[x] | |
| Короткий | Value held by the characteristic. For diagnosis-based characteristics, ICD-10 codes are recommended |
| Привязка | Например, коды см. ICD10Codes (example to http://hl7.org/fhir/ValueSet/icd-10|5.0.0) |
| [x] Заметка | СмотретьВыбор типов данныхдля дополнительной информации о том, как использовать [x] |
| Требуется поддержка | true |
| 26. Group.characteristic.exclude | |
| Требуется поддержка | true |
| 28. Group.characteristic.period | |
| Требуется поддержка | true |
| 30. Group.member | |
| Требуется поддержка | true |
| 32. Group.member.entity | |
| Тип | Reference(CareTeam, Device, UZ Core Group, UZ Core HealthcareService, UZ Core Location, UZ Core Organization, UZ Core Patient, UZ Core Practitioner, UZ Core PractitionerRole, UZ Core RelatedPerson, UZ Core Specimen) |
| Требуется поддержка | true |
| Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
| 34. Group.member.period | |
| Требуется поддержка | true |
| 36. Group.member.inactive | |
| Требуется поддержка | true |
Рекомендации по толкованию содержимого этой таблицы можно найтиздесь-- no content: do not translate #97 --
| 0. Group | |
| Определение | Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. |
| Короткий | Group of multiple entities |
| Комментарии | If both Group.characteristic and Group.member are present, then the members are the individuals who were found who met the characteristic. It's possible that there might be other candidate members who meet the characteristic and aren't (yet) in the list. All members SHALL have the listed characteristics. |
| Контроль | 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. Group.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. Group.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. Group.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. Group.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. Group.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. Group.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. Group.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. Group.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. Group.identifier | |
| Определение | Business identifiers assigned to this participant by one of the applications involved. These identifiers remain constant as the resource is updated and propagates from server to server. |
| Короткий | Business Identifier for this Group |
| Комментарии | Note: This is a business identifier, not a resource identifier (see discussion). It is best practice for the identifier to only appear on a single resource instance, however business practices may occasionally dictate that multiple resource instances with the same identifier can exist - possibly even with different resource types. |
| Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
| Контроль | 0..* |
| Тип | Identifier |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | true |
| Требования | Allows identification of the group as it is known by various participating systems and in a way that remains consistent across servers. |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 20. Group.active | |
| Определение | Indicates whether the record for the group is available for use or is merely being retained for historical purposes. |
| Короткий | Whether this group's record is in active use |
| Контроль | 0..1 |
| Тип | boolean |
| Модификатор | true потому что This element is labelled as a modifier because it is a status element that can indicate that a record should not be treated as valid |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | true |
| Требования | Need to be able to mark a group record as not to be used because it was created in error or is otherwise no longer available (e.g. a herd that no longer exists). |
| Значение при отсутствии | This resource is generally assumed to be active if no value is provided for the active element |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 22. Group.type | |
| Определение | Identifies the broad classification of the kind of resources the group includes. |
| Короткий | Identifies the broad classification of the kind of resources the group includes: person | animal | practitioner | device | careteam | healthcareservice | location | organization | relatedperson | specimen |
| Комментарии | Group members SHALL be of the appropriate resource type (Patient for person or animal; or Practitioner, PractitionerRole, Device, CareTeam, HealthcareService, Location, Organization, RelatedPerson, or Specimen for the other types.), or a Group of the resources of the appropriate type. |
| Контроль | 1..1 |
| Привязка | Коды ДОЛЖНЫ быть взяты из GroupTypeVS (0.7.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/group-type-vs|0.7.0) |
| Тип | code |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | true |
| Требования | Identifies what type of resources the group is made up of. |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 24. Group.membership | |
| Определение | Basis for membership in the Group:
|
| Короткий | Basis for membership: definitional (defined by characteristics) or enumerated (defined by listed members) |
| Контроль | 1..1 |
| Привязка | Коды ДОЛЖНЫ быть взяты из GroupMembershipBasisVS (0.7.0) (required to https://terminology.dhp.uz/fhir/core/ValueSet/group-membership-basis-vs|0.7.0) |
| Тип | code |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | true |
| Требования | There are use-cases for groups that define specific collections of individuals, and other groups that define "types" of intended individuals. The requirements for both kinds of groups are similar, so we use a single resource, distinguished by this element. |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 26. Group.code | |
| Определение | Provides a specific type of resource the group includes; e.g. "cow", "syringe", etc. |
| Короткий | Purpose or kind of the group, for example a screening, vaccination or donation target group |
| Комментарии | This would generally be omitted for Person resources. |
| Контроль | 0..1 |
| Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из GroupKindVS (0.7.0) (extensible to https://terminology.dhp.uz/fhir/core/ValueSet/group-kind-vs|0.7.0) |
| Тип | CodeableConcept |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | true |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 28. Group.name | |
| Определение | A label assigned to the group for human identification and communication. |
| Короткий | Label for Group |
| Контроль | 0..1 |
| Тип | string |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | true |
| Требования | Used to identify the group in human communication. |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 30. Group.description | |
| Определение | Explanation of what the group represents and how it is intended to be used. |
| Короткий | Natural language description of the group |
| Контроль | 0..1 |
| Тип | markdown |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | false |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 32. Group.quantity | |
| Определение | A count of the number of resource instances that are part of the group. |
| Короткий | Number of members |
| Комментарии | Note that the quantity may be less than the number of members if some of the members are not active. |
| Контроль | 0..1 |
| Тип | unsignedInt |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | true |
| Требования | Group size is a common defining characteristic. |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 34. Group.managingEntity | |
| Определение | Entity responsible for defining and maintaining Group characteristics and/or registered members. |
| Короткий | Entity that is the custodian of the Group's definition |
| Комментарии | This does not strictly align with ownership of a herd or flock, but may suffice to represent that relationship in simple cases. More complex cases will require an extension. |
| Контроль | 0..1 |
| Тип | Reference(UZ Core Organization, UZ Core RelatedPerson, UZ Core Practitioner, UZ Core PractitionerRole) |
| Модификатор | false |
| Требуется поддержка | true |
| Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
| Summary | true |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 36. Group.characteristic | |
| Определение | Identifies traits whose presence r absence is shared by members of the group. |
| Короткий | Include or exclude members of the group by a shared trait |
| Комментарии | All the identified characteristics must be true for an entity to a member of the group. |
| Контроль | 0..* |
| Тип | BackboneElement |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | true |
| Требования | Needs to be a generic mechanism for identifying what individuals can be part of a group. |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 38. Group.characteristic.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 |
| 40. Group.characteristic.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()) |
| 42. Group.characteristic.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()) |
| 44. Group.characteristic.code | |
| Определение | A code that identifies the kind of trait being asserted. |
| Короткий | Kind of characteristic used to define membership |
| Контроль | 1..1 |
| Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из GroupCharacteristicKindVS (0.7.0) (extensible to https://terminology.dhp.uz/fhir/core/ValueSet/group-characteristic-kind-vs|0.7.0) |
| Тип | CodeableConcept |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | true |
| Требования | Need a formal way of identifying the characteristic being described. |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 46. Group.characteristic.value[x] | |
| Определение | The value of the trait that holds (or does not hold - see 'exclude') for members of the group. |
| Короткий | Value held by the characteristic. For diagnosis-based characteristics, ICD-10 codes are recommended |
| Комментарии | For Range, it means members of the group have a value that falls somewhere within the specified range. |
| Контроль | 1..1 |
| Привязка | Например, коды см. ICD10Codes (example to http://hl7.org/fhir/ValueSet/icd-10|5.0.0) |
| Тип | Выбор: CodeableConcept, boolean, Quantity, Range, Reference |
| [x] Заметка | СмотретьВыбор типов данныхдля дополнительной информации о том, как использовать [x] |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
| Summary | true |
| Требования | The value of the characteristic is what determines group membership. |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 48. Group.characteristic.exclude | |
| Определение | If true, indicates the characteristic is one that is NOT held by members of the group. |
| Короткий | Group includes or excludes |
| Комментарии | This is labeled as "Is Modifier" because applications cannot wrongly include excluded members as included or vice versa. |
| Контроль | 1..1 |
| Тип | boolean |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | true |
| Требования | Sometimes group membership is determined by characteristics not possessed. |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 50. Group.characteristic.period | |
| Определение | The period over which the characteristic is tested; e.g. the patient had an operation during the month of June. |
| Короткий | Period over which characteristic is tested |
| Контроль | 0..1 |
| Тип | Period |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | false |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 52. Group.member | |
| Определение | Identifies the resource instances that are members of the group. |
| Короткий | Who or what is in group |
| Контроль | 0..* |
| Тип | BackboneElement |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | false |
| Требования | Often the only thing of interest about a group is "who's in it". |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 54. Group.member.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 |
| 56. Group.member.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()) |
| 58. Group.member.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()) |
| 60. Group.member.entity | |
| Определение | A reference to the entity that is a member of the group. Must be consistent with Group.type. If the entity is another group, then the type must be the same. |
| Короткий | Reference to the group member |
| Контроль | 1..1 |
| Тип | Reference(CareTeam, Device, UZ Core Group, UZ Core HealthcareService, UZ Core Location, UZ Core Organization, UZ Core Patient, UZ Core Practitioner, UZ Core PractitionerRole, UZ Core RelatedPerson, UZ Core Specimen) |
| Модификатор | false |
| Требуется поддержка | true |
| Необходимо поддерживать типы | Нет обязательных правил поддержки выбора типов/профилей |
| Summary | false |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 62. Group.member.period | |
| Определение | The period that the member was in the group, if known. |
| Короткий | Period member belonged to the group |
| Контроль | 0..1 |
| Тип | Period |
| Модификатор | false |
| Требуется поддержка | true |
| Summary | false |
| Требования | Need to track who was in a group at a particular time. |
| Значение при отсутствии | The member is in the group at this time |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 64. Group.member.inactive | |
| Определение | A flag to indicate that the member is no longer in the group, but previously may have been a member. |
| Короткий | If member is no longer in group |
| Контроль | 0..1 |
| Тип | boolean |
| Модификатор | false |
| Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
| Требуется поддержка | true |
| Summary | false |
| Требования | Sometimes you don't know when someone stopped being in a group, but not when. |
| Значение при отсутствии | Members are considered active unless explicitly specified otherwise |
| Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |