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-02-24 |
Определения для dhp-organization профиль ресурса
Рекомендации по толкованию содержимого этой таблицы можно найтиздесь!!!!!!!!-- no content: do not translate #97 --
0. Organization | |
Определение | A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. |
Короткий | A grouping of people or organizations with a common purpose |
Контроль | 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() )org-1: The organization SHALL at least have a name or an identifier, and possibly more than one ( (identifier.count() + name.count()) > 0 )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()) org-1: The organization SHALL at least have a name or an identifier, and possibly more than one ((identifier.count() + name.count()) > 0) |
2. Organization.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. Organization.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. Organization.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. Organization.identifier | |
Определение | Identifier for the organization that is used to identify the organization across multiple disparate systems. |
Короткий | Identifies this organization across multiple systems |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..* На этот элемент влияют следующие инварианты: org-1 |
Тип | Identifier |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization. |
Инварианты | 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())) |
Slicing | Этот элемент представляет набор разрезов на Organization.identifier . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
10. Organization.identifier:tax-id | |
Название разреза | tax-id |
Определение | Identifier for the organization that is used to identify the organization across multiple disparate systems. |
Короткий | Unique identifier of the organization in SoliqIdentifies this organization across multiple systems |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..1* На этот элемент влияют следующие инварианты: org-1 |
Тип | Identifier |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization. |
Инварианты | 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. Organization.identifier:tax-id.use | |
Определение | The purpose of this identifier. |
Короткий | usual | official | temp | secondary | old (If known) |
Комментарии | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|5.0.0 (required to http://hl7.org/fhir/ValueSet/identifier-use|5.0.0 )Identifies the purpose for this identifier, if known . |
Тип | code |
Модификатор | true потому что This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. |
Значение шаблона | official |
Инварианты | 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. Organization.identifier:tax-id.type | |
Определение | A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. |
Короткий | Description of identifier |
Комментарии | This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. |
Контроль | 10..1 |
Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из IdentifierTypeCodeshttp://hl7.org/fhir/ValueSet/identifier-type (extensible to http://hl7.org/fhir/ValueSet/identifier-type|5.0.0 )A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows users to make use of identifiers when the identifier system is not known. |
Значение шаблона | { |
Инварианты | 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. Organization.identifier:tax-id.system | |
Определение | Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique. |
Короткий | The namespace for the identifier value |
Комментарии | Identifier.system is always case sensitive. |
Контроль | 10..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. |
Значение шаблона | https://soliq.uz |
Пример | <br/><b>General</b>:http://www.acme.com/identifiers/patient |
Инварианты | 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. Organization.identifier:tax-id.value | |
Определение | The portion of the identifier typically relevant to the user and which is unique within the context of the system. |
Короткий | The value that is unique |
Комментарии | If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the http://hl7.org/fhir/StructureDefinition/rendered-value). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. |
Контроль | 10..1 На этот элемент влияют следующие инварианты: ident-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Пример | <br/><b>General</b>:123456 |
Инварианты | 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. Organization.identifier:argoz-id | |
Название разреза | argoz-id |
Определение | Identifier for the organization that is used to identify the organization across multiple disparate systems. |
Короткий | Identifies this organization across multiple systems |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..1* На этот элемент влияют следующие инварианты: org-1 |
Тип | Identifier |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization. |
Инварианты | 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. Organization.identifier:argoz-id.use | |
Определение | The purpose of this identifier. |
Короткий | usual | official | temp | secondary | old (If known) |
Комментарии | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|5.0.0 (required to http://hl7.org/fhir/ValueSet/identifier-use|5.0.0 )Identifies the purpose for this identifier, if known . |
Тип | code |
Модификатор | true потому что This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. |
Значение шаблона | official |
Инварианты | 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. Organization.identifier:argoz-id.type | |
Определение | A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. |
Короткий | Description of identifier |
Комментарии | This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. |
Контроль | 10..1 |
Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из IdentifierTypeCodeshttp://hl7.org/fhir/ValueSet/identifier-type (extensible to http://hl7.org/fhir/ValueSet/identifier-type|5.0.0 )A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows users to make use of identifiers when the identifier system is not known. |
Значение шаблона | { |
Инварианты | 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. Organization.identifier:argoz-id.system | |
Определение | Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique. |
Короткий | The namespace for the identifier value |
Комментарии | Identifier.system is always case sensitive. |
Контроль | 10..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. |
Значение шаблона | https://hrm.argos.uz |
Пример | <br/><b>General</b>:http://www.acme.com/identifiers/patient |
Инварианты | 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. Organization.identifier:argoz-id.value | |
Определение | The portion of the identifier typically relevant to the user and which is unique within the context of the system. |
Короткий | The value that is unique |
Комментарии | If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the http://hl7.org/fhir/StructureDefinition/rendered-value). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. |
Контроль | 10..1 На этот элемент влияют следующие инварианты: ident-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Пример | <br/><b>General</b>:123456 |
Инварианты | 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. Organization.active | |
Определение | Whether the organization's record is still in active use. |
Короткий | Whether the organization's record is still in active use |
Комментарии | This active flag is not intended to be used to mark an organization as temporarily closed or under construction. Instead the Location(s) within the Organization should have the suspended status. If further details of the reason for the suspension are required, then an extension on this element should be used. This element is labeled as a modifier because it may be used to mark that the resource was created in error. |
Контроль | 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 a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI. |
Значение при отсутствии | 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())) |
32. Organization.type | |
Определение | The kind(s) of organization that this is. |
Короткий | Kind of organization |
Комментарии | Organizations can be corporations, wards, sections, clinical teams, government departments, etc. Note that code is generally a classifier of the type of organization; in many applications, codes are used to identity a particular organization (say, ward) as opposed to another of the same type - these are identifiers, not codes When considering if multiple types are appropriate, you should evaluate if child organizations would be a more appropriate use of the concept, as different types likely are in different sub-areas of the organization. This is most likely to be used where type values have orthogonal values, such as a religious, academic and medical center. We expect that some jurisdictions will profile this optionality to be a single cardinality. |
Контроль | 0..* |
Привязка | Например, коды см. OrganizationTypehttp://hl7.org/fhir/ValueSet/organization-type (example to http://hl7.org/fhir/ValueSet/organization-type|5.0.0 )Used to categorize the organization. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Need to be able to track the kind of organization that this is - different organization types have different uses. |
Инварианты | 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. Organization.type.coding | |
Определение | A reference to a code defined by a terminology system. |
Короткий | Code defined by a terminology system |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..* |
Тип | Coding |
Модификатор | false |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | 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())) |
Slicing | Этот элемент представляет набор разрезов на Organization.type.coding . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
36. Organization.type.coding:nomenclatureGroup | |
Название разреза | nomenclatureGroup |
Определение | A reference to a code defined by a terminology system. |
Короткий | Определяет группу номенклатуры (группировку учреждений)Code defined by a terminology system |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..1* |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | 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. Organization.type.coding:nomenclatureGroup.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 10..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/nomenclature-group-cs |
Инварианты | 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. Organization.type.coding:nomenclatureGroup.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 10..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из Информацию о кодах см. NomenclatureGroupVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/nomenclature-group-vs|0.1.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | 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())) |
42. Organization.type.coding:organizationalServiceGroup | |
Название разреза | organizationalServiceGroup |
Определение | A reference to a code defined by a terminology system. |
Короткий | Определяет организационно-сервисную группу медучрежденияCode defined by a terminology system |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..1* |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | 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. Organization.type.coding:organizationalServiceGroup.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 10..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-service-group-cs |
Инварианты | 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. Organization.type.coding:organizationalServiceGroup.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 10..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из Информацию о кодах см. OrganizationalServiceGroupVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-service-group-vs|0.1.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | 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())) |
48. Organization.type.coding:organizationalStructure | |
Название разреза | organizationalStructure |
Определение | A reference to a code defined by a terminology system. |
Короткий | Определяет организационную структуру медучрежденияCode defined by a terminology system |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..1* |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | 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())) |
50. Organization.type.coding:organizationalStructure.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 10..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-structure-cs |
Инварианты | 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())) |
52. Organization.type.coding:organizationalStructure.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 10..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из Информацию о кодах см. OrganizationalStructureVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-structure-vs|0.1.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | 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())) |
54. Organization.type.coding:organizationType | |
Название разреза | organizationType |
Определение | A reference to a code defined by a terminology system. |
Короткий | Вид организацииCode defined by a terminology system |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..* |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | 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())) |
56. Organization.type.coding:organizationType.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 10..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | http://terminology.hl7.org/CodeSystem/organization-type |
Инварианты | 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())) |
58. Organization.type.coding:organizationType.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 10..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из Информацию о кодах см. OrganizationType (required to http://hl7.org/fhir/ValueSet/organization-type|5.0.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | 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())) |
60. Organization.type.coding:specialization | |
Название разреза | specialization |
Определение | A reference to a code defined by a terminology system. |
Короткий | Определяет специализацию медорганизацииCode defined by a terminology system |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..1* |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | 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())) |
62. Organization.type.coding:specialization.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 10..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-specialization-cs |
Инварианты | 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())) |
64. Organization.type.coding:specialization.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 10..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из Информацию о кодах см. OrganizationalSpecializationVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-specialization-vs|0.1.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | 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())) |
66. Organization.type.coding:subordinationGroup | |
Название разреза | subordinationGroup |
Определение | A reference to a code defined by a terminology system. |
Короткий | Группа подчинения медорганизацииCode defined by a terminology system |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..1* |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | 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())) |
68. Organization.type.coding:subordinationGroup.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 10..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-subordination-group-cs |
Инварианты | 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())) |
70. Organization.type.coding:subordinationGroup.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 10..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из Информацию о кодах см. OrganizationalSubordinationGroupVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-subordination-group-vs|0.1.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | 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())) |
72. Organization.type.coding:withoutLegalStatus | |
Название разреза | withoutLegalStatus |
Определение | A reference to a code defined by a terminology system. |
Короткий | Определяет тип медорганизаций без образования юридического лицаCode defined by a terminology system |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..1* |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | 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())) |
74. Organization.type.coding:withoutLegalStatus.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 10..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-subordination-institution-cs |
Инварианты | 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())) |
76. Organization.type.coding:withoutLegalStatus.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 10..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из Информацию о кодах см. OrganizationalSubordinationInstitutionVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-subordination-institution-vs|0.1.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | 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())) |
78. Organization.name | |
Определение | A name associated with the organization. |
Короткий | Наименование организации (на узбекском языке)Name used for the organization |
Комментарии | If the name of an organization changes, consider putting the old name in the alias column so that it can still be located through searches. |
Контроль | 10..1 На этот элемент влияют следующие инварианты: org-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to use the name as the label of the organization. |
Инварианты | 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())) |
80. Organization.name.extension | |
Определение | An 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() )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 | Этот элемент представляет набор разрезов на Organization.name.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
82. Organization.name.extension:translation | |
Название разреза | translation |
Определение | Language translation from base language of resource to another language. |
Короткий | Language Translation (Localization) |
Контроль | 0..* |
Тип | Extension(Translation) (Комплексное расширение) |
Модификатор | false |
Требуется поддержка | true |
Инварианты | 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() ) |
84. Organization.contact | |
Определение | The contact details of communication devices available relevant to the specific Organization. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites. |
Короткий | Official contact details for the Organization |
Комментарии | The address/telecom use code 'home' are not to be used. Note that these contacts are not the contact details of people who provide the service (that would be through PractitionerRole), these are official contacts for the Organization itself for specific purposes. E.g. Mailing Addresses, Billing Addresses, Contact numbers for Booking or Billing Enquiries, general web address, web address for online bookings etc. |
Контроль | 0..* |
Тип | ExtendedContactDetail |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Требования | Need to keep track of assigned contact points within bigger organization. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )org-3: The telecom of an organization can never be of use 'home' ( telecom.where(use = 'home').empty() )org-4: The address of an organization can never be of use 'home' ( address.where(use = 'home').empty() )ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) org-3: The telecom of an organization can never be of use 'home' (telecom.where(use = 'home').empty()) org-4: The address of an organization can never be of use 'home' (address.where(use = 'home').empty()) |
86. Organization.partOf | |
Определение | The organization of which this organization forms a part. |
Короткий | The organization of which this organization forms a part |
Контроль | 0..1 |
Тип | Reference(Organization, Organization) |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Need to be able to track the hierarchy of organizations within an organization. |
Инварианты | 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())) |
88. Organization.endpoint | |
Определение | Technical endpoints providing access to services operated for the organization. |
Короткий | Technical endpoints providing access to services operated for the organization |
Контроль | 0..* |
Тип | Reference(Endpoint, Endpoint) |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Требования | Organizations have multiple systems that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose. |
Инварианты | 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. Organization | |
2. Organization.identifier | |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Требуется поддержка | true |
Slicing | Этот элемент представляет набор разрезов на Organization.identifier . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
4. Organization.identifier:tax-id | |
Название разреза | tax-id |
Короткий | Unique identifier of the organization in Soliq |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..1 |
Требуется поддержка | true |
6. Organization.identifier:tax-id.use | |
Значение шаблона | official |
8. Organization.identifier:tax-id.type | |
Контроль | 1..? |
Требуется поддержка | true |
Значение шаблона | { |
10. Organization.identifier:tax-id.system | |
Контроль | 1..? |
Требуется поддержка | true |
Значение шаблона | https://soliq.uz |
12. Organization.identifier:tax-id.value | |
Контроль | 1..? |
Требуется поддержка | true |
14. Organization.identifier:argoz-id | |
Название разреза | argoz-id |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..1 |
Требуется поддержка | true |
16. Organization.identifier:argoz-id.use | |
Значение шаблона | official |
18. Organization.identifier:argoz-id.type | |
Контроль | 1..? |
Требуется поддержка | true |
Значение шаблона | { |
20. Organization.identifier:argoz-id.system | |
Контроль | 1..? |
Требуется поддержка | true |
Значение шаблона | https://hrm.argos.uz |
22. Organization.identifier:argoz-id.value | |
Контроль | 1..? |
Требуется поддержка | true |
24. Organization.active | |
Требуется поддержка | true |
26. Organization.type | |
Требуется поддержка | true |
28. Organization.type.coding | |
Slicing | Этот элемент представляет набор разрезов на Organization.type.coding . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
30. Organization.type.coding:nomenclatureGroup | |
Название разреза | nomenclatureGroup |
Короткий | Определяет группу номенклатуры (группировку учреждений) |
Контроль | 0..1 |
Требуется поддержка | true |
32. Organization.type.coding:nomenclatureGroup.system | |
Контроль | 1..? |
Требуется поддержка | true |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/nomenclature-group-cs |
34. Organization.type.coding:nomenclatureGroup.code | |
Контроль | 1..? |
Привязка | Коды ДОЛЖНЫ быть взяты из NomenclatureGroupVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/nomenclature-group-vs|0.1.0 ) |
Требуется поддержка | true |
36. Organization.type.coding:organizationalServiceGroup | |
Название разреза | organizationalServiceGroup |
Короткий | Определяет организационно-сервисную группу медучреждения |
Контроль | 0..1 |
Требуется поддержка | true |
38. Organization.type.coding:organizationalServiceGroup.system | |
Контроль | 1..? |
Требуется поддержка | true |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-service-group-cs |
40. Organization.type.coding:organizationalServiceGroup.code | |
Контроль | 1..? |
Привязка | Коды ДОЛЖНЫ быть взяты из OrganizationalServiceGroupVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-service-group-vs|0.1.0 ) |
Требуется поддержка | true |
42. Organization.type.coding:organizationalStructure | |
Название разреза | organizationalStructure |
Короткий | Определяет организационную структуру медучреждения |
Контроль | 0..1 |
Требуется поддержка | true |
44. Organization.type.coding:organizationalStructure.system | |
Контроль | 1..? |
Требуется поддержка | true |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-structure-cs |
46. Organization.type.coding:organizationalStructure.code | |
Контроль | 1..? |
Привязка | Коды ДОЛЖНЫ быть взяты из OrganizationalStructureVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-structure-vs|0.1.0 ) |
Требуется поддержка | true |
48. Organization.type.coding:organizationType | |
Название разреза | organizationType |
Короткий | Вид организации |
Контроль | 0..* |
Требуется поддержка | true |
50. Organization.type.coding:organizationType.system | |
Контроль | 1..? |
Требуется поддержка | true |
Значение шаблона | http://terminology.hl7.org/CodeSystem/organization-type |
52. Organization.type.coding:organizationType.code | |
Контроль | 1..? |
Привязка | Коды ДОЛЖНЫ быть взяты из OrganizationType (required to http://hl7.org/fhir/ValueSet/organization-type|5.0.0 ) |
Требуется поддержка | true |
54. Organization.type.coding:specialization | |
Название разреза | specialization |
Короткий | Определяет специализацию медорганизации |
Контроль | 0..1 |
Требуется поддержка | true |
56. Organization.type.coding:specialization.system | |
Контроль | 1..? |
Требуется поддержка | true |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-specialization-cs |
58. Organization.type.coding:specialization.code | |
Контроль | 1..? |
Привязка | Коды ДОЛЖНЫ быть взяты из OrganizationalSpecializationVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-specialization-vs|0.1.0 ) |
Требуется поддержка | true |
60. Organization.type.coding:subordinationGroup | |
Название разреза | subordinationGroup |
Короткий | Группа подчинения медорганизации |
Контроль | 0..1 |
Требуется поддержка | true |
62. Organization.type.coding:subordinationGroup.system | |
Контроль | 1..? |
Требуется поддержка | true |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-subordination-group-cs |
64. Organization.type.coding:subordinationGroup.code | |
Контроль | 1..? |
Привязка | Коды ДОЛЖНЫ быть взяты из OrganizationalSubordinationGroupVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-subordination-group-vs|0.1.0 ) |
Требуется поддержка | true |
66. Organization.type.coding:withoutLegalStatus | |
Название разреза | withoutLegalStatus |
Короткий | Определяет тип медорганизаций без образования юридического лица |
Контроль | 0..1 |
Требуется поддержка | true |
68. Organization.type.coding:withoutLegalStatus.system | |
Контроль | 1..? |
Требуется поддержка | true |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-subordination-institution-cs |
70. Organization.type.coding:withoutLegalStatus.code | |
Контроль | 1..? |
Привязка | Коды ДОЛЖНЫ быть взяты из OrganizationalSubordinationInstitutionVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-subordination-institution-vs|0.1.0 ) |
Требуется поддержка | true |
72. Organization.name | |
Короткий | Наименование организации (на узбекском языке) |
Контроль | 1..? |
Требуется поддержка | true |
74. Organization.name.extension | |
Короткий | Наименование организации (на русском и английском языках) |
Slicing | Этот элемент представляет набор разрезов на Organization.name.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
76. Organization.name.extension:translation | |
Название разреза | translation |
Контроль | 0..* |
Тип | Extension(Translation) (Комплексное расширение) |
Требуется поддержка | true |
78. Organization.contact | |
Требуется поддержка | true |
80. Organization.partOf | |
Требуется поддержка | true |
82. Organization.endpoint | |
Требуется поддержка | true |
Рекомендации по толкованию содержимого этой таблицы можно найтиздесь!!!!!!!!-- no content: do not translate #97 --
0. Organization | |
Определение | A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc. |
Короткий | A grouping of people or organizations with a common purpose |
Контроль | 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() )org-1: The organization SHALL at least have a name or an identifier, and possibly more than one ( (identifier.count() + name.count()) > 0 ) |
2. Organization.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. Organization.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. Organization.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. Organization.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. Organization.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. Organization.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. Organization.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. Organization.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. Organization.identifier | |
Определение | Identifier for the organization that is used to identify the organization across multiple disparate systems. |
Короткий | Identifies this organization across multiple systems |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..* На этот элемент влияют следующие инварианты: org-1 |
Тип | Identifier |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
Slicing | Этот элемент представляет набор разрезов на Organization.identifier . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
20. Organization.identifier:tax-id | |
Название разреза | tax-id |
Определение | Identifier for the organization that is used to identify the organization across multiple disparate systems. |
Короткий | Unique identifier of the organization in Soliq |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..1 На этот элемент влияют следующие инварианты: org-1 |
Тип | Identifier |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
22. Organization.identifier:tax-id.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 |
24. Organization.identifier:tax-id.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 | Этот элемент представляет набор разрезов на Organization.identifier.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
26. Organization.identifier:tax-id.use | |
Определение | The purpose of this identifier. |
Короткий | usual | official | temp | secondary | old (If known) |
Комментарии | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из IdentifierUse (required to http://hl7.org/fhir/ValueSet/identifier-use|5.0.0 )Identifies the purpose for this identifier, if known . |
Тип | code |
Модификатор | true потому что This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. |
Значение шаблона | official |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
28. Organization.identifier:tax-id.type | |
Определение | A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. |
Короткий | Description of identifier |
Комментарии | This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. |
Контроль | 1..1 |
Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из IdentifierTypeCodes (extensible to http://hl7.org/fhir/ValueSet/identifier-type|5.0.0 )A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows users to make use of identifiers when the identifier system is not known. |
Значение шаблона | { |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
30. Organization.identifier:tax-id.system | |
Определение | Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique. |
Короткий | The namespace for the identifier value |
Комментарии | Identifier.system is always case sensitive. |
Контроль | 1..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. |
Значение шаблона | https://soliq.uz |
Пример | <br/><b>General</b>:http://www.acme.com/identifiers/patient |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
32. Organization.identifier:tax-id.value | |
Определение | The portion of the identifier typically relevant to the user and which is unique within the context of the system. |
Короткий | The value that is unique |
Комментарии | If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the http://hl7.org/fhir/StructureDefinition/rendered-value). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. |
Контроль | 1..1 На этот элемент влияют следующие инварианты: ident-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Пример | <br/><b>General</b>:123456 |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
34. Organization.identifier:tax-id.period | |
Определение | Time period during which identifier is/was valid for use. |
Короткий | Time period when id is/was valid for use |
Контроль | 0..1 |
Тип | Period |
Модификатор | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
36. Organization.identifier:tax-id.assigner | |
Определение | Organization that issued/manages the identifier. |
Короткий | Organization that issued id (may be just text) |
Комментарии | The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization. |
Контроль | 0..1 |
Тип | Reference(Organization) |
Модификатор | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
38. Organization.identifier:argoz-id | |
Название разреза | argoz-id |
Определение | Identifier for the organization that is used to identify the organization across multiple disparate systems. |
Короткий | Identifies this organization across multiple systems |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..1 На этот элемент влияют следующие инварианты: org-1 |
Тип | Identifier |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Organizations are known by a variety of ids. Some institutions maintain several, and most collect identifiers for exchange with other organizations concerning the organization. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
40. Organization.identifier:argoz-id.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 |
42. Organization.identifier:argoz-id.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 | Этот элемент представляет набор разрезов на Organization.identifier.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
44. Organization.identifier:argoz-id.use | |
Определение | The purpose of this identifier. |
Короткий | usual | official | temp | secondary | old (If known) |
Комментарии | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. |
Контроль | 0..1 |
Привязка | Коды ДОЛЖНЫ быть взяты из IdentifierUse (required to http://hl7.org/fhir/ValueSet/identifier-use|5.0.0 )Identifies the purpose for this identifier, if known . |
Тип | code |
Модификатор | true потому что This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. |
Значение шаблона | official |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
46. Organization.identifier:argoz-id.type | |
Определение | A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. |
Короткий | Description of identifier |
Комментарии | This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. |
Контроль | 1..1 |
Привязка | Если они не подходят, эти коды ДОЛЖНЫ быть взяты из IdentifierTypeCodes (extensible to http://hl7.org/fhir/ValueSet/identifier-type|5.0.0 )A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows users to make use of identifiers when the identifier system is not known. |
Значение шаблона | { |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
48. Organization.identifier:argoz-id.system | |
Определение | Establishes the namespace for the value - that is, an absolute URL that describes a set values that are unique. |
Короткий | The namespace for the identifier value |
Комментарии | Identifier.system is always case sensitive. |
Контроль | 1..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. |
Значение шаблона | https://hrm.argos.uz |
Пример | <br/><b>General</b>:http://www.acme.com/identifiers/patient |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
50. Organization.identifier:argoz-id.value | |
Определение | The portion of the identifier typically relevant to the user and which is unique within the context of the system. |
Короткий | The value that is unique |
Комментарии | If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the http://hl7.org/fhir/StructureDefinition/rendered-value). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. |
Контроль | 1..1 На этот элемент влияют следующие инварианты: ident-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Пример | <br/><b>General</b>:123456 |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
52. Organization.identifier:argoz-id.period | |
Определение | Time period during which identifier is/was valid for use. |
Короткий | Time period when id is/was valid for use |
Контроль | 0..1 |
Тип | Period |
Модификатор | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
54. Organization.identifier:argoz-id.assigner | |
Определение | Organization that issued/manages the identifier. |
Короткий | Organization that issued id (may be just text) |
Комментарии | The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization. |
Контроль | 0..1 |
Тип | Reference(Organization) |
Модификатор | false |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
56. Organization.active | |
Определение | Whether the organization's record is still in active use. |
Короткий | Whether the organization's record is still in active use |
Комментарии | This active flag is not intended to be used to mark an organization as temporarily closed or under construction. Instead the Location(s) within the Organization should have the suspended status. If further details of the reason for the suspension are required, then an extension on this element should be used. This element is labeled as a modifier because it may be used to mark that the resource was created in error. |
Контроль | 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 a flag to indicate a record is no longer to be used and should generally be hidden for the user in the UI. |
Значение при отсутствии | 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()) ) |
58. Organization.type | |
Определение | The kind(s) of organization that this is. |
Короткий | Kind of organization |
Комментарии | Organizations can be corporations, wards, sections, clinical teams, government departments, etc. Note that code is generally a classifier of the type of organization; in many applications, codes are used to identity a particular organization (say, ward) as opposed to another of the same type - these are identifiers, not codes When considering if multiple types are appropriate, you should evaluate if child organizations would be a more appropriate use of the concept, as different types likely are in different sub-areas of the organization. This is most likely to be used where type values have orthogonal values, such as a religious, academic and medical center. We expect that some jurisdictions will profile this optionality to be a single cardinality. |
Контроль | 0..* |
Привязка | Например, коды см. OrganizationType (example to http://hl7.org/fhir/ValueSet/organization-type|5.0.0 )Used to categorize the organization. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Need to be able to track the kind of organization that this is - different organization types have different uses. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
60. Organization.type.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 |
62. Organization.type.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 | Этот элемент представляет набор разрезов на Organization.type.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
64. Organization.type.coding | |
Определение | A reference to a code defined by a terminology system. |
Короткий | Code defined by a terminology system |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..* |
Тип | Coding |
Модификатор | false |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
Slicing | Этот элемент представляет набор разрезов на Organization.type.coding . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
66. Organization.type.coding:nomenclatureGroup | |
Название разреза | nomenclatureGroup |
Определение | A reference to a code defined by a terminology system. |
Короткий | Определяет группу номенклатуры (группировку учреждений) |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..1 |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
68. Organization.type.coding:nomenclatureGroup.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 |
70. Organization.type.coding:nomenclatureGroup.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 | Этот элемент представляет набор разрезов на Organization.type.coding.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
72. Organization.type.coding:nomenclatureGroup.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 1..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/nomenclature-group-cs |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
74. Organization.type.coding:nomenclatureGroup.version | |
Определение | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. |
Короткий | Version of the system - if relevant |
Комментарии | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. |
Примечание | Это бизнес-версия Id, а не ресурс версии Id (см. обсуждение) |
Контроль | 0..1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
76. Organization.type.coding:nomenclatureGroup.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 1..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из NomenclatureGroupVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/nomenclature-group-vs|0.1.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
78. Organization.type.coding:nomenclatureGroup.display | |
Определение | A representation of the meaning of the code in the system, following the rules of the system. |
Короткий | Representation defined by the system |
Контроль | 0..1 На этот элемент влияют следующие инварианты: cod-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
80. Organization.type.coding:nomenclatureGroup.userSelected | |
Определение | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). |
Короткий | If this coding was chosen directly by the user |
Комментарии | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. |
Контроль | 0..1 |
Тип | boolean |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
82. Organization.type.coding:organizationalServiceGroup | |
Название разреза | organizationalServiceGroup |
Определение | A reference to a code defined by a terminology system. |
Короткий | Определяет организационно-сервисную группу медучреждения |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..1 |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
84. Organization.type.coding:organizationalServiceGroup.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 |
86. Organization.type.coding:organizationalServiceGroup.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 | Этот элемент представляет набор разрезов на Organization.type.coding.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
88. Organization.type.coding:organizationalServiceGroup.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 1..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-service-group-cs |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
90. Organization.type.coding:organizationalServiceGroup.version | |
Определение | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. |
Короткий | Version of the system - if relevant |
Комментарии | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. |
Примечание | Это бизнес-версия Id, а не ресурс версии Id (см. обсуждение) |
Контроль | 0..1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
92. Organization.type.coding:organizationalServiceGroup.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 1..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из OrganizationalServiceGroupVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-service-group-vs|0.1.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
94. Organization.type.coding:organizationalServiceGroup.display | |
Определение | A representation of the meaning of the code in the system, following the rules of the system. |
Короткий | Representation defined by the system |
Контроль | 0..1 На этот элемент влияют следующие инварианты: cod-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
96. Organization.type.coding:organizationalServiceGroup.userSelected | |
Определение | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). |
Короткий | If this coding was chosen directly by the user |
Комментарии | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. |
Контроль | 0..1 |
Тип | boolean |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
98. Organization.type.coding:organizationalStructure | |
Название разреза | organizationalStructure |
Определение | A reference to a code defined by a terminology system. |
Короткий | Определяет организационную структуру медучреждения |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..1 |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
100. Organization.type.coding:organizationalStructure.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 |
102. Organization.type.coding:organizationalStructure.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 | Этот элемент представляет набор разрезов на Organization.type.coding.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
104. Organization.type.coding:organizationalStructure.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 1..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-structure-cs |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
106. Organization.type.coding:organizationalStructure.version | |
Определение | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. |
Короткий | Version of the system - if relevant |
Комментарии | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. |
Примечание | Это бизнес-версия Id, а не ресурс версии Id (см. обсуждение) |
Контроль | 0..1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
108. Organization.type.coding:organizationalStructure.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 1..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из OrganizationalStructureVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-structure-vs|0.1.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
110. Organization.type.coding:organizationalStructure.display | |
Определение | A representation of the meaning of the code in the system, following the rules of the system. |
Короткий | Representation defined by the system |
Контроль | 0..1 На этот элемент влияют следующие инварианты: cod-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
112. Organization.type.coding:organizationalStructure.userSelected | |
Определение | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). |
Короткий | If this coding was chosen directly by the user |
Комментарии | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. |
Контроль | 0..1 |
Тип | boolean |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
114. Organization.type.coding:organizationType | |
Название разреза | organizationType |
Определение | A reference to a code defined by a terminology system. |
Короткий | Вид организации |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..* |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
116. Organization.type.coding:organizationType.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 |
118. Organization.type.coding:organizationType.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 | Этот элемент представляет набор разрезов на Organization.type.coding.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
120. Organization.type.coding:organizationType.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 1..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | http://terminology.hl7.org/CodeSystem/organization-type |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
122. Organization.type.coding:organizationType.version | |
Определение | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. |
Короткий | Version of the system - if relevant |
Комментарии | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. |
Примечание | Это бизнес-версия Id, а не ресурс версии Id (см. обсуждение) |
Контроль | 0..1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
124. Organization.type.coding:organizationType.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 1..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из OrganizationType (required to http://hl7.org/fhir/ValueSet/organization-type|5.0.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
126. Organization.type.coding:organizationType.display | |
Определение | A representation of the meaning of the code in the system, following the rules of the system. |
Короткий | Representation defined by the system |
Контроль | 0..1 На этот элемент влияют следующие инварианты: cod-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
128. Organization.type.coding:organizationType.userSelected | |
Определение | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). |
Короткий | If this coding was chosen directly by the user |
Комментарии | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. |
Контроль | 0..1 |
Тип | boolean |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
130. Organization.type.coding:specialization | |
Название разреза | specialization |
Определение | A reference to a code defined by a terminology system. |
Короткий | Определяет специализацию медорганизации |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..1 |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
132. Organization.type.coding:specialization.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 |
134. Organization.type.coding:specialization.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 | Этот элемент представляет набор разрезов на Organization.type.coding.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
136. Organization.type.coding:specialization.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 1..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-specialization-cs |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
138. Organization.type.coding:specialization.version | |
Определение | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. |
Короткий | Version of the system - if relevant |
Комментарии | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. |
Примечание | Это бизнес-версия Id, а не ресурс версии Id (см. обсуждение) |
Контроль | 0..1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
140. Organization.type.coding:specialization.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 1..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из OrganizationalSpecializationVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-specialization-vs|0.1.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
142. Organization.type.coding:specialization.display | |
Определение | A representation of the meaning of the code in the system, following the rules of the system. |
Короткий | Representation defined by the system |
Контроль | 0..1 На этот элемент влияют следующие инварианты: cod-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
144. Organization.type.coding:specialization.userSelected | |
Определение | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). |
Короткий | If this coding was chosen directly by the user |
Комментарии | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. |
Контроль | 0..1 |
Тип | boolean |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
146. Organization.type.coding:subordinationGroup | |
Название разреза | subordinationGroup |
Определение | A reference to a code defined by a terminology system. |
Короткий | Группа подчинения медорганизации |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..1 |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
148. Organization.type.coding:subordinationGroup.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 |
150. Organization.type.coding:subordinationGroup.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 | Этот элемент представляет набор разрезов на Organization.type.coding.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
152. Organization.type.coding:subordinationGroup.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 1..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-subordination-group-cs |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
154. Organization.type.coding:subordinationGroup.version | |
Определение | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. |
Короткий | Version of the system - if relevant |
Комментарии | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. |
Примечание | Это бизнес-версия Id, а не ресурс версии Id (см. обсуждение) |
Контроль | 0..1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
156. Organization.type.coding:subordinationGroup.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 1..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из OrganizationalSubordinationGroupVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-subordination-group-vs|0.1.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
158. Organization.type.coding:subordinationGroup.display | |
Определение | A representation of the meaning of the code in the system, following the rules of the system. |
Короткий | Representation defined by the system |
Контроль | 0..1 На этот элемент влияют следующие инварианты: cod-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
160. Organization.type.coding:subordinationGroup.userSelected | |
Определение | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). |
Короткий | If this coding was chosen directly by the user |
Комментарии | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. |
Контроль | 0..1 |
Тип | boolean |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
162. Organization.type.coding:withoutLegalStatus | |
Название разреза | withoutLegalStatus |
Определение | A reference to a code defined by a terminology system. |
Короткий | Определяет тип медорганизаций без образования юридического лица |
Комментарии | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. |
Контроль | 0..1 |
Тип | Coding |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Allows for alternative encodings within a code system, and translations to other code systems. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
164. Organization.type.coding:withoutLegalStatus.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 |
166. Organization.type.coding:withoutLegalStatus.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 | Этот элемент представляет набор разрезов на Organization.type.coding.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
168. Organization.type.coding:withoutLegalStatus.system | |
Определение | The identification of the code system that defines the meaning of the symbol in the code. |
Короткий | Identity of the terminology system |
Комментарии | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should be an absolute reference to some definition that establishes the system clearly and unambiguously. |
Контроль | 1..1 |
Тип | uri |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to be unambiguous about the source of the definition of the symbol. |
Значение шаблона | https://terminology.medcore.uz/CodeSystem/organizational-subordination-institution-cs |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
170. Organization.type.coding:withoutLegalStatus.version | |
Определение | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. |
Короткий | Version of the system - if relevant |
Комментарии | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. |
Примечание | Это бизнес-версия Id, а не ресурс версии Id (см. обсуждение) |
Контроль | 0..1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
172. Organization.type.coding:withoutLegalStatus.code | |
Определение | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). |
Короткий | Symbol in syntax defined by the system |
Контроль | 1..1 На этот элемент влияют следующие инварианты: cod-1 |
Привязка | Коды ДОЛЖНЫ быть взяты из OrganizationalSubordinationInstitutionVS (0.1.0) (required to https://terminology.medcore.uz/ValueSet/organizational-subordination-institution-vs|0.1.0 ) |
Тип | code |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to refer to a particular code in the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
174. Organization.type.coding:withoutLegalStatus.display | |
Определение | A representation of the meaning of the code in the system, following the rules of the system. |
Короткий | Representation defined by the system |
Контроль | 0..1 На этот элемент влияют следующие инварианты: cod-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
176. Organization.type.coding:withoutLegalStatus.userSelected | |
Определение | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). |
Короткий | If this coding was chosen directly by the user |
Комментарии | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. |
Контроль | 0..1 |
Тип | boolean |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
178. Organization.type.text | |
Определение | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. |
Короткий | Plain text representation of the concept |
Комментарии | Very often the text is the same as a displayName of one of the codings. |
Контроль | 0..1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Summary | true |
Требования | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
180. Organization.name | |
Определение | A name associated with the organization. |
Короткий | Наименование организации (на узбекском языке) |
Комментарии | If the name of an organization changes, consider putting the old name in the alias column so that it can still be located through searches. |
Контроль | 1..1 На этот элемент влияют следующие инварианты: org-1 |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | true |
Summary | true |
Требования | Need to use the name as the label of the organization. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
182. Organization.name.id | |
Определение | unique id for the element within a resource (for internal references) |
Короткий | xml:id (or equivalent in JSON) |
Контроль | 0..1 |
Тип | string |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
184. Organization.name.extension | |
Определение | An Extension |
Короткий | Наименование организации (на русском и английском языках) |
Контроль | 0..* |
Тип | Extension |
Модификатор | false |
Summary | false |
Инварианты | 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 | Этот элемент представляет набор разрезов на Organization.name.extension . Разрезы бываютНе упорядочено и Open, и могут быть дифференцированы с помощью следующих дискриминаторов: |
186. Organization.name.extension:translation | |
Название разреза | translation |
Определение | Language translation from base language of resource to another language. |
Короткий | Language Translation (Localization) |
Контроль | 0..* |
Тип | Extension(Translation) (Комплексное расширение) |
Модификатор | false |
Требуется поддержка | true |
Инварианты | 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() ) |
188. Organization.name.value | |
Определение | The actual value |
Короткий | Primitive value for string |
Контроль | 0..1 |
Тип | string |
Модификатор | false |
Формат XML | В формате XML это свойство представлено в качестве атрибута. |
Summary | false |
Макс. длина: | 1048576 |
190. Organization.alias | |
Определение | A list of alternate names that the organization is known as, or was known as in the past. |
Короткий | A list of alternate names that the organization is known as, or was known as in the past |
Комментарии | There are no dates associated with the alias/historic names, as this is not intended to track when names were used, but to assist in searching so that older names can still result in identifying the organization. |
Контроль | 0..* |
Тип | string |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | false |
Требования | Over time locations and organizations go through many changes and can be known by different names. For searching knowing previous names that the organization was known by can be very useful. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
192. Organization.description | |
Определение | Description of the organization, which helps provide additional general context on the organization to ensure that the correct organization is selected. |
Короткий | Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name |
Контроль | 0..1 |
Тип | markdown |
Модификатор | false |
Примитивное значение | Этот примитивный элемент может присутствовать или отсутствовать, или быть замененным расширением |
Требуется поддержка | false |
Summary | true |
Требования | Humans need additional information to verify a correct Organization has been selected. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
194. Organization.contact | |
Определение | The contact details of communication devices available relevant to the specific Organization. This can include addresses, phone numbers, fax numbers, mobile numbers, email addresses and web sites. |
Короткий | Official contact details for the Organization |
Комментарии | The address/telecom use code 'home' are not to be used. Note that these contacts are not the contact details of people who provide the service (that would be through PractitionerRole), these are official contacts for the Organization itself for specific purposes. E.g. Mailing Addresses, Billing Addresses, Contact numbers for Booking or Billing Enquiries, general web address, web address for online bookings etc. |
Контроль | 0..* |
Тип | ExtendedContactDetail |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Требования | Need to keep track of assigned contact points within bigger organization. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) )org-3: The telecom of an organization can never be of use 'home' ( telecom.where(use = 'home').empty() )org-4: The address of an organization can never be of use 'home' ( address.where(use = 'home').empty() ) |
196. Organization.partOf | |
Определение | The organization of which this organization forms a part. |
Короткий | The organization of which this organization forms a part |
Контроль | 0..1 |
Тип | Reference(Organization) |
Модификатор | false |
Требуется поддержка | true |
Summary | true |
Требования | Need to be able to track the hierarchy of organizations within an organization. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
198. Organization.endpoint | |
Определение | Technical endpoints providing access to services operated for the organization. |
Короткий | Technical endpoints providing access to services operated for the organization |
Контроль | 0..* |
Тип | Reference(Endpoint) |
Модификатор | false |
Требуется поддержка | true |
Summary | false |
Требования | Organizations have multiple systems that provide various services and need to be able to define the technical connection details for how to connect to them, and for what purpose. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
200. Organization.qualification | |
Определение | The official certifications, accreditations, training, designations and licenses that authorize and/or otherwise endorse the provision of care by the organization. For example, an approval to provide a type of services issued by a certifying body (such as the US Joint Commission) to an organization. |
Короткий | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care |
Контроль | 0..* |
Тип | BackboneElement |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
202. Organization.qualification.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 |
204. Organization.qualification.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() ) |
206. Organization.qualification.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() ) |
208. Organization.qualification.identifier | |
Определение | An identifier allocated to this qualification for this organization. |
Короткий | An identifier for this qualification for the organization |
Примечание | Это бизнес-идентификатор, а не идентификатор ресурса (см. обсуждение) |
Контроль | 0..* |
Тип | Identifier |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Требования | Often, specific identities are assigned for the qualification by the assigning organization. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
210. Organization.qualification.code | |
Определение | Coded representation of the qualification. |
Короткий | Coded representation of the qualification |
Контроль | 1..1 |
Привязка | Specific qualification the organization has to provide a service. |
Тип | CodeableConcept |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
212. Organization.qualification.period | |
Определение | Period during which the qualification is valid. |
Короткий | Period during which the qualification is valid |
Контроль | 0..1 |
Тип | Period |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Требования | Qualifications are often for a limited period of time, and can be revoked. |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |
214. Organization.qualification.issuer | |
Определение | Organization that regulates and issues the qualification. |
Короткий | Organization that regulates and issues the qualification |
Контроль | 0..1 |
Тип | Reference(Organization) |
Модификатор | false |
Требуется поддержка | false |
Summary | false |
Инварианты | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()) ) |