Guia de Implementação da SES GO - CORE
1.1.0 - draft
Guia de Implementação da SES GO - CORE - Downloaded Version 1.1.0 See the Directory of published versions
| Draft as of 2025-11-26 |
Definitions for the grupo-casos-agregados resource profile.
Instruções sobre como interpretar o conteúdo desta tabela podem ser encontradashere
| 0. Group | |
| Definição | Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. |
| Curto | Group of multiple entities |
| Comentários | If both Group.characteristic and Group.member are present, then the members are the individuals who were found who met the characteristic. It's possible that there might be other candidate members who meet the characteristic and aren't (yet) in the list. All members SHALL have the listed characteristics. |
| Controlo | 0..* |
| É modificador | false |
| Resumo | false |
| Invariantes | 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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(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()) grp-1: Can only have members if group is "actual" ( member.empty() or (actual = true))grp-1: Can only have members if group is "actual" (member.empty() or (actual = true)) |
| 2. Group.implicitRules | |
| Definição | 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. |
| Curto | A set of rules under which this content was created |
| Comentários | 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 it's narrative along with other profiles, value sets, etc. |
| Controlo | 0..1 |
| Tipo | uri |
| É modificador | true porque This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 4. Group.modifierExtension | |
| Definição | 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 manageable, 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). |
| Curto | Extensions that cannot be ignored |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them |
| Resumo | false |
| Requisitos | 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. |
| Nomes alternativos | extensions, user content |
| Invariantes | 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()) |
| 6. Group.identifier | |
| Definição | A unique business identifier for this group. |
| Curto | Unique id |
| Nota | Trata-se de um identificador de empresa e não de um identificador de recurso (ver discussão) |
| Controlo | 10..1* |
| Tipo | Identifier |
| É modificador | false |
| Resumo | true |
| Requisitos | Allows the group to be referenced from external specifications. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 8. Group.identifier.use | |
| Definição | The purpose of this identifier. |
| Curto | usual | official | temp | secondary | old (If known) |
| Comentários | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. |
| Controlo | 0..1 |
| Vínculo | Os códigos DEVERÃO ser retirados de IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)Identifies the purpose for this identifier, if known . |
| Tipo | code |
| É modificador | true porque This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Requisitos | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 10. Group.identifier.system | |
| Definição | Establishes the namespace for the value - that is, a URL that describes a set values that are unique. |
| Curto | Código do sistema de identificação do grupo de agravoThe namespace for the identifier value |
| Comentários | Identifier.system is always case sensitive. |
| Controlo | 0..1 |
| Tipo | uri |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Requisitos | 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. |
| Exemplo | General: http://www.acme.com/identifiers/patient |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 12. Group.identifier.value | |
| Definição | The portion of the identifier typically relevant to the user and which is unique within the context of the system. |
| Curto | Número grupo de agravoThe value that is unique |
| Comentários | 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 Rendered Value extension. 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Exemplo | General: 123456 |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 14. Group.type | |
| Definição | Identifies the broad classification of the kind of resources the group includes. |
| Curto | person | animal | practitioner | device | medication | substance |
| Comentários | Group members SHALL be of the appropriate resource type (Patient for person or animal; or Practitioner, Device, Medication or Substance for the other types.). |
| Controlo | 1..1 |
| Vínculo | Os códigos DEVERÃO ser retirados de GroupTypehttp://hl7.org/fhir/ValueSet/group-type|4.0.1 (required to http://hl7.org/fhir/ValueSet/group-type|4.0.1)Types of resources that are part of group. |
| Tipo | code |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Requisitos | Identifies what type of resources the group is made up of. |
| Valor do padrão | person |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 16. Group.actual | |
| Definição | If true, indicates that the resource refers to a specific group of real individuals. If false, the group defines a set of intended individuals. |
| Curto | Descriptive or actual |
| Controlo | 1..1 Este elemento é afetado pelas seguintes invariantes: grp-1 |
| Tipo | boolean |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Requisitos | There are use-cases for groups that define specific collections of individuals, and other groups that define "types" of intended individuals. The requirements for both kinds of groups are similar, so we use a single resource, distinguished by this flag. |
| Valor do padrão | true |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 18. Group.quantity | |
| Definição | Número total de casos suspeitos ou expostos, conhecidos pela Vigilância Epidemiológica, até a data da notificação. A count of the number of resource instances that are part of the group. |
| Curto | Número de casos suspeitos ou expostosNumber of members |
| Comentários | Note that the quantity may be less than the number of members if some of the members are not active. |
| Controlo | 0..1 |
| Tipo | unsignedInt |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Requisitos | Group size is a common defining characteristic. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 20. Group.characteristic | |
| Definição | Identifies traits whose presence r absence is shared by members of the group. |
| Curto | Include / Exclude group members by Trait |
| Comentários | All the identified characteristics must be true for an entity to a member of the group. |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Requisitos | Needs to be a generic mechanism for identifying what individuals can be part of a group. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 22. Group.characteristic.extension | |
| Definição | 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 manageable, 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. |
| Curto | ExtensionAdditional content defined by implementations |
| Comentários | 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. |
| Controlo | 0..1* |
| Tipo | Extension |
| É modificador | false |
| Resumo | false |
| Nomes alternativos | extensions, user content |
| Invariantes | 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()) |
| 24. Group.characteristic.extension.extension | |
| Definição | 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 manageable, 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. |
| Curto | ExtensionAdditional content defined by implementations |
| Comentários | 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. |
| Controlo | 0..0* |
| Tipo | Extension |
| É modificador | false |
| Resumo | false |
| Nomes alternativos | extensions, user content |
| Invariantes | 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 | Este elemento introduz um conjunto de fatias em Group.characteristic.extension.extension. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: |
| 26. Group.characteristic.extension.url | |
| Definição | Source of the definition for the extension code - a logical name or a URL. |
| Curto | identifies the meaning of the extension |
| Comentários | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. |
| Controlo | 1..1 |
| Tipo | uri |
| É modificador | false |
| Formato XML | No formato XML, esta propriedade é representada como um atributo. |
| Resumo | false |
| 28. Group.characteristic.extension.value[x] | |
| Definição | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). |
| Curto | Value of extension |
| Controlo | 0..1 |
| Tipo | Escolha de: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta |
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | Este elemento introduz um conjunto de fatias em Group.characteristic.extension.value[x]. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: |
| 30. Group.characteristic.extension.value[x]:valueCodeableConcept | |
| Nome da fatia | valueCodeableConcept |
| Definição | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). |
| Curto | Value of extension |
| Controlo | 0..1 |
| Tipo | CodeableConcept, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, Expression, Signature, unsignedInt, time |
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 32. Group.characteristic.modifierExtension | |
| Definição | 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 manageable, 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). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | 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. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 34. Group.characteristic.code | |
| Definição | A code that identifies the kind of trait being asserted. |
| Curto | Kind of characteristic |
| Controlo | 1..1 |
| Vínculo | List of characteristics used to describe group members; e.g. gender, age, owner, location, etc. |
| Tipo | CodeableConcept |
| É modificador | false |
| Resumo | false |
| Requisitos | Need a formal way of identifying the characteristic being described. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 36. Group.characteristic.code.text | |
| Definição | 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. |
| Curto | Local Inicial de Ocorrência do SurtoPlain text representation of the concept |
| Comentários | Very often the text is the same as a displayName of one of the codings. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Requisitos | 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. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 38. Group.characteristic.value[x] | |
| Definição | The value of the trait that holds (or does not hold - see 'exclude') for members of the group. |
| Curto | Value held by characteristic |
| Comentários | For Range, it means members of the group have a value that falls somewhere within the specified range. |
| Controlo | 1..1 |
| Vínculo | Value of descriptive member characteristic; e.g. red, male, pneumonia, Caucasian, etc. |
| Tipo | Escolha de: CodeableConcept, boolean, Quantity, Range, Reference |
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | The value of the characteristic is what determines group membership. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| Slicing | Este elemento introduz um conjunto de fatias em Group.characteristic.value[x]. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: |
| 40. Group.characteristic.value[x]:valueCodeableConcept | |
| Nome da fatia | valueCodeableConcept |
| Definição | The value of the trait that holds (or does not hold - see 'exclude') for members of the group. |
| Curto | Value held by characteristic |
| Comentários | For Range, it means members of the group have a value that falls somewhere within the specified range. |
| Controlo | 01..1 |
| Vínculo | Value of descriptive member characteristic; e.g. red, male, pneumonia, Caucasian, etc. |
| Tipo | CodeableConcept, boolean, Reference, Quantity, Range |
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] |
| É modificador | false |
| Resumo | false |
| Requisitos | The value of the characteristic is what determines group membership. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 42. Group.characteristic.value[x]:valueReference | |
| Nome da fatia | valueReference |
| Definição | The value of the trait that holds (or does not hold - see 'exclude') for members of the group. |
| Curto | Value held by characteristic |
| Comentários | For Range, it means members of the group have a value that falls somewhere within the specified range. |
| Controlo | 01..1 |
| Tipo | Reference(Local Relacionado ao Início do Surto), boolean, Quantity, Range, CodeableConcept |
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] |
| É modificador | false |
| Resumo | false |
| Requisitos | The value of the characteristic is what determines group membership. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 44. Group.characteristic.exclude | |
| Definição | If true, indicates the characteristic is one that is NOT held by members of the group. |
| Curto | Group includes or excludes |
| Comentários | This is labeled as "Is Modifier" because applications cannot wrongly include excluded members as included or vice versa. |
| Controlo | 1..1 |
| Tipo | boolean |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Sometimes group membership is determined by characteristics not possessed. |
| Valor do padrão | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 46. Group.characteristic.period | |
| Definição | The period over which the characteristic is tested; e.g. the patient had an operation during the month of June. |
| Curto | Data de início dos primeiros sintomas do primeiro caso suspeito.Period over which characteristic is tested |
| Controlo | 10..1 |
| Tipo | Period |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Instruções sobre como interpretar o conteúdo desta tabela podem ser encontradashere
| 0. Group | |
| 2. Group.identifier | |
| Nota | Trata-se de um identificador de empresa e não de um identificador de recurso (ver discussão) |
| Controlo | 1..1 |
| 4. Group.identifier.system | |
| Curto | Código do sistema de identificação do grupo de agravo |
| 6. Group.identifier.value | |
| Curto | Número grupo de agravo |
| Controlo | 1..? |
| 8. Group.type | |
| Valor do padrão | person |
| 10. Group.actual | |
| Valor do padrão | true |
| 12. Group.quantity | |
| Definição | Número total de casos suspeitos ou expostos, conhecidos pela Vigilância Epidemiológica, até a data da notificação. |
| Curto | Número de casos suspeitos ou expostos |
| 14. Group.characteristic | |
| Controlo | 1..1 |
| 16. Group.characteristic.extension | |
| Controlo | 0..1 |
| 18. Group.characteristic.extension.extension | |
| Controlo | 0..0 |
| 20. Group.characteristic.extension.value[x] | |
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] |
| Slicing | Este elemento introduz um conjunto de fatias em Group.characteristic.extension.value[x]. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: |
| 22. Group.characteristic.extension.value[x]:valueCodeableConcept | |
| Nome da fatia | valueCodeableConcept |
| Controlo | 0..1 |
| Tipo | CodeableConcept |
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] |
| 24. Group.characteristic.extension.value[x]:valueCodeableConcept.coding | |
| 26. Group.characteristic.extension.value[x]:valueCodeableConcept.coding.system | |
| Curto | Código da especificação do diagnóstico de suspeição do agravo |
| Valor do padrão | https://fhir.saude.go.gov.br/r4/core/CodeSystem/especificacao-suspeita-agravo-cs |
| 28. Group.characteristic.extension.value[x]:valueCodeableConcept.coding.code | |
| Curto | especificação do diagnóstico de suspeição do agravo |
| Vínculo | Os códigos DEVERÃO ser retirados de Especificação de Suspeita do Agravo (required to https://fhir.saude.go.gov.br/r4/core/ValueSet/especificacao-suspeita-agravo-vs) |
| 30. Group.characteristic.code | |
| 32. Group.characteristic.code.text | |
| Curto | Local Inicial de Ocorrência do Surto |
| Controlo | 1..? |
| 34. Group.characteristic.value[x] | |
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] |
| Slicing | Este elemento introduz um conjunto de fatias em Group.characteristic.value[x]. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: |
| 36. Group.characteristic.value[x]:valueCodeableConcept | |
| Nome da fatia | valueCodeableConcept |
| Controlo | 0..1 |
| Tipo | CodeableConcept |
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] |
| 38. Group.characteristic.value[x]:valueCodeableConcept.coding | |
| 40. Group.characteristic.value[x]:valueCodeableConcept.coding.system | |
| Curto | Código do agravo ou doença a que se refere a notificação |
| Valor do padrão | http://www.saude.gov.br/fhir/r4/CodeSystem/BRCID10 |
| 42. Group.characteristic.value[x]:valueCodeableConcept.coding.code | |
| Curto | Agravo ou doença a que se refere a notificação |
| Vínculo | Os códigos DEVERÃO ser retirados de CID-10 para Doenças de Notificação Compulsória (required to https://fhir.saude.go.gov.br/r4/core/ValueSet/cid10-notificaveis) |
| 44. Group.characteristic.value[x]:valueReference | |
| Nome da fatia | valueReference |
| Controlo | 0..1 |
| Tipo | Reference(Local Relacionado ao Início do Surto) |
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] |
| 46. Group.characteristic.exclude | |
| Valor do padrão | false |
| 48. Group.characteristic.period | |
| Curto | Data de início dos primeiros sintomas do primeiro caso suspeito. |
| Controlo | 1..? |
Instruções sobre como interpretar o conteúdo desta tabela podem ser encontradashere
| 0. Group | |||||
| Definição | Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. | ||||
| Curto | Group of multiple entities | ||||
| Comentários | If both Group.characteristic and Group.member are present, then the members are the individuals who were found who met the characteristic. It's possible that there might be other candidate members who meet the characteristic and aren't (yet) in the list. All members SHALL have the listed characteristics. | ||||
| Controlo | 0..* | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | 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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(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())grp-1: Can only have members if group is "actual" ( member.empty() or (actual = true)) | ||||
| 2. Group.id | |||||
| Definição | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. | ||||
| Curto | Logical id of this artifact | ||||
| Comentários | The only time that a resource does not have an id is when it is being submitted to the server using a create operation. | ||||
| Controlo | 0..1 | ||||
| Tipo | id | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| 4. Group.meta | |||||
| Definição | 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. | ||||
| Curto | Metadata about the resource | ||||
| Controlo | 0..1 | ||||
| Tipo | Meta | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 6. Group.implicitRules | |||||
| Definição | 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. | ||||
| Curto | A set of rules under which this content was created | ||||
| Comentários | 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 it's narrative along with other profiles, value sets, etc. | ||||
| Controlo | 0..1 | ||||
| Tipo | uri | ||||
| É modificador | true porque This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 8. Group.language | |||||
| Definição | The base language in which the resource is written. | ||||
| Curto | Language of the resource content | ||||
| Comentários | 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). | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de CommonLanguages (preferred to http://hl7.org/fhir/ValueSet/languages)A human language.
| ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 10. Group.text | |||||
| Definição | 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. | ||||
| Curto | Text summary of the resource, for human interpretation | ||||
| Comentários | Contained resources do not have 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | narrative, html, xhtml, display | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 12. Group.contained | |||||
| Definição | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. | ||||
| Curto | Contained, inline Resources | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Resource | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | inline resources, anonymous resources, contained resources | ||||
| 14. Group.extension | |||||
| Definição | 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 manageable, 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 16. Group.modifierExtension | |||||
| Definição | 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 manageable, 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). | ||||
| Curto | Extensions that cannot be ignored | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
| Resumo | false | ||||
| Requisitos | 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. | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 18. Group.identifier | |||||
| Definição | A unique business identifier for this group. | ||||
| Curto | Unique id | ||||
| Nota | Trata-se de um identificador de empresa e não de um identificador de recurso (ver discussão) | ||||
| Controlo | 1..1 | ||||
| Tipo | Identifier | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Allows the group to be referenced from external specifications. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 20. Group.identifier.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 22. Group.identifier.extension | |||||
| Definição | 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 manageable, 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | 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 | Este elemento introduz um conjunto de fatias em Group.identifier.extension. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 24. Group.identifier.use | |||||
| Definição | The purpose of this identifier. | ||||
| Curto | usual | official | temp | secondary | old (If known) | ||||
| Comentários | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de IdentifierUse (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)Identifies the purpose for this identifier, if known . | ||||
| Tipo | code | ||||
| É modificador | true porque This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 26. Group.identifier.type | |||||
| Definição | A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. | ||||
| Curto | Description of identifier | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | A menos que não sejam adequados, estes códigos DEVERÃO ser retirados de Identifier Type Codes (extensible to http://hl7.org/fhir/ValueSet/identifier-type)A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Allows users to make use of identifiers when the identifier system is not known. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 28. Group.identifier.system | |||||
| Definição | Establishes the namespace for the value - that is, a URL that describes a set values that are unique. | ||||
| Curto | Código do sistema de identificação do grupo de agravo | ||||
| Comentários | Identifier.system is always case sensitive. | ||||
| Controlo | 0..1 | ||||
| Tipo | uri | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | 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. | ||||
| Exemplo | General: http://www.acme.com/identifiers/patient | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 30. Group.identifier.value | |||||
| Definição | The portion of the identifier typically relevant to the user and which is unique within the context of the system. | ||||
| Curto | Número grupo de agravo | ||||
| Comentários | 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 Rendered Value extension. 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Exemplo | General: 123456 | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 32. Group.identifier.period | |||||
| Definição | Time period during which identifier is/was valid for use. | ||||
| Curto | Time period when id is/was valid for use | ||||
| Controlo | 0..1 | ||||
| Tipo | Period | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 34. Group.identifier.assigner | |||||
| Definição | Organization that issued/manages the identifier. | ||||
| Curto | Organization that issued id (may be just text) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Organization) | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 36. Group.active | |||||
| Definição | Indicates whether the record for the group is available for use or is merely being retained for historical purposes. | ||||
| Curto | Whether this group's record is in active use | ||||
| Controlo | 0..1 | ||||
| Tipo | boolean | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Need to be able to mark a group record as not to be used because it was created in error or is otherwise no longer available (e.g. a herd that no longer exists). | ||||
| Significado em caso de falta | This resource is generally assumed to be active if no value is provided for the active element | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 38. Group.type | |||||
| Definição | Identifies the broad classification of the kind of resources the group includes. | ||||
| Curto | person | animal | practitioner | device | medication | substance | ||||
| Comentários | Group members SHALL be of the appropriate resource type (Patient for person or animal; or Practitioner, Device, Medication or Substance for the other types.). | ||||
| Controlo | 1..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de GroupType (required to http://hl7.org/fhir/ValueSet/group-type|4.0.1)Types of resources that are part of group. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Identifies what type of resources the group is made up of. | ||||
| Valor do padrão | person | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 40. Group.actual | |||||
| Definição | If true, indicates that the resource refers to a specific group of real individuals. If false, the group defines a set of intended individuals. | ||||
| Curto | Descriptive or actual | ||||
| Controlo | 1..1 Este elemento é afetado pelas seguintes invariantes: grp-1 | ||||
| Tipo | boolean | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | There are use-cases for groups that define specific collections of individuals, and other groups that define "types" of intended individuals. The requirements for both kinds of groups are similar, so we use a single resource, distinguished by this flag. | ||||
| Valor do padrão | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 42. Group.code | |||||
| Definição | Provides a specific type of resource the group includes; e.g. "cow", "syringe", etc. | ||||
| Curto | Kind of Group members | ||||
| Comentários | This would generally be omitted for Person resources. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Kind of particular resource; e.g. cow, syringe, lake, etc. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 44. Group.name | |||||
| Definição | A label assigned to the group for human identification and communication. | ||||
| Curto | Label for Group | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Used to identify the group in human communication. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 46. Group.quantity | |||||
| Definição | Número total de casos suspeitos ou expostos, conhecidos pela Vigilância Epidemiológica, até a data da notificação. | ||||
| Curto | Número de casos suspeitos ou expostos | ||||
| Comentários | Note that the quantity may be less than the number of members if some of the members are not active. | ||||
| Controlo | 0..1 | ||||
| Tipo | unsignedInt | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Group size is a common defining characteristic. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 48. Group.managingEntity | |||||
| Definição | Entity responsible for defining and maintaining Group characteristics and/or registered members. | ||||
| Curto | Entity that is the custodian of the Group's definition | ||||
| Comentários | This does not strictly align with ownership of a herd or flock, but may suffice to represent that relationship in simple cases. More complex cases will require an extension. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Organization, RelatedPerson, Practitioner, PractitionerRole) | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 50. Group.characteristic | |||||
| Definição | Identifies traits whose presence r absence is shared by members of the group. | ||||
| Curto | Include / Exclude group members by Trait | ||||
| Comentários | All the identified characteristics must be true for an entity to a member of the group. | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Needs to be a generic mechanism for identifying what individuals can be part of a group. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 52. Group.characteristic.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 54. Group.characteristic.extension | |||||
| Definição | An Extension | ||||
| Curto | Extension | ||||
| Controlo | 0..1 | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | 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()) | ||||
| 56. Group.characteristic.extension.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 58. Group.characteristic.extension.extension | |||||
| Definição | An Extension | ||||
| Curto | Extension | ||||
| Controlo | 0..0 | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | 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 | Este elemento introduz um conjunto de fatias em Group.characteristic.extension.extension. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 60. Group.characteristic.extension.url | |||||
| Definição | Source of the definition for the extension code - a logical name or a URL. | ||||
| Curto | identifies the meaning of the extension | ||||
| Comentários | The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension. | ||||
| Controlo | 1..1 | ||||
| Tipo | uri | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 62. Group.characteristic.extension.value[x] | |||||
| Definição | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
| Curto | Value of extension | ||||
| Controlo | 0..1 | ||||
| Tipo | Escolha de: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta | ||||
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| Slicing | Este elemento introduz um conjunto de fatias em Group.characteristic.extension.value[x]. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 64. Group.characteristic.extension.value[x]:valueCodeableConcept | |||||
| Nome da fatia | valueCodeableConcept | ||||
| Definição | Value of extension - must be one of a constrained set of the data types (see Extensibility for a list). | ||||
| Curto | Value of extension | ||||
| Controlo | 0..1 | ||||
| Tipo | CodeableConcept | ||||
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 66. Group.characteristic.extension.value[x]:valueCodeableConcept.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 68. Group.characteristic.extension.value[x]:valueCodeableConcept.extension | |||||
| Definição | 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 manageable, 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | 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 | Este elemento introduz um conjunto de fatias em Group.characteristic.extension.value[x].extension. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 70. Group.characteristic.extension.value[x]:valueCodeableConcept.coding | |||||
| Definição | A reference to a code defined by a terminology system. | ||||
| Curto | Code defined by a terminology system | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Coding | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Allows for alternative encodings within a code system, and translations to other code systems. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 72. Group.characteristic.extension.value[x]:valueCodeableConcept.coding.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 74. Group.characteristic.extension.value[x]:valueCodeableConcept.coding.extension | |||||
| Definição | 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 manageable, 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | 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 | Este elemento introduz um conjunto de fatias em Group.characteristic.extension.value[x].coding.extension. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 76. Group.characteristic.extension.value[x]:valueCodeableConcept.coding.system | |||||
| Definição | The identification of the code system that defines the meaning of the symbol in the code. | ||||
| Curto | Código da especificação do diagnóstico de suspeição do agravo | ||||
| Comentários | 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 reference to some definition that establishes the system clearly and unambiguously. | ||||
| Controlo | 0..1 | ||||
| Tipo | uri | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Need to be unambiguous about the source of the definition of the symbol. | ||||
| Valor do padrão | https://fhir.saude.go.gov.br/r4/core/CodeSystem/especificacao-suspeita-agravo-cs | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 78. Group.characteristic.extension.value[x]:valueCodeableConcept.coding.version | |||||
| Definição | 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. | ||||
| Curto | Version of the system - if relevant | ||||
| Comentários | 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. | ||||
| Nota | Este é um ID de versão comercial, não um ID de versão de recurso (ver discussão) | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 80. Group.characteristic.extension.value[x]:valueCodeableConcept.coding.code | |||||
| Definição | 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). | ||||
| Curto | especificação do diagnóstico de suspeição do agravo | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de Especificação de Suspeita do Agravo (required to https://fhir.saude.go.gov.br/r4/core/ValueSet/especificacao-suspeita-agravo-vs) | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Need to refer to a particular code in the system. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 82. Group.characteristic.extension.value[x]:valueCodeableConcept.coding.display | |||||
| Definição | A representation of the meaning of the code in the system, following the rules of the system. | ||||
| Curto | Representation defined by the system | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 84. Group.characteristic.extension.value[x]:valueCodeableConcept.coding.userSelected | |||||
| Definição | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). | ||||
| Curto | If this coding was chosen directly by the user | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | boolean | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | 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. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 86. Group.characteristic.extension.value[x]:valueCodeableConcept.text | |||||
| Definição | 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. | ||||
| Curto | Plain text representation of the concept | ||||
| Comentários | Very often the text is the same as a displayName of one of the codings. | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | 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. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 88. Group.characteristic.modifierExtension | |||||
| Definição | 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 manageable, 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). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | 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. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 90. Group.characteristic.code | |||||
| Definição | A code that identifies the kind of trait being asserted. | ||||
| Curto | Kind of characteristic | ||||
| Controlo | 1..1 | ||||
| Vínculo | List of characteristics used to describe group members; e.g. gender, age, owner, location, etc. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Need a formal way of identifying the characteristic being described. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 92. Group.characteristic.code.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 94. Group.characteristic.code.extension | |||||
| Definição | 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 manageable, 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | 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 | Este elemento introduz um conjunto de fatias em Group.characteristic.code.extension. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 96. Group.characteristic.code.coding | |||||
| Definição | A reference to a code defined by a terminology system. | ||||
| Curto | Code defined by a terminology system | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Coding | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Allows for alternative encodings within a code system, and translations to other code systems. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 98. Group.characteristic.code.text | |||||
| Definição | 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. | ||||
| Curto | Local Inicial de Ocorrência do Surto | ||||
| Comentários | Very often the text is the same as a displayName of one of the codings. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | 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. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 100. Group.characteristic.value[x] | |||||
| Definição | The value of the trait that holds (or does not hold - see 'exclude') for members of the group. | ||||
| Curto | Value held by characteristic | ||||
| Comentários | For Range, it means members of the group have a value that falls somewhere within the specified range. | ||||
| Controlo | 1..1 | ||||
| Vínculo | Value of descriptive member characteristic; e.g. red, male, pneumonia, Caucasian, etc. | ||||
| Tipo | Escolha de: CodeableConcept, boolean, Quantity, Range, Reference | ||||
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | The value of the characteristic is what determines group membership. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| Slicing | Este elemento introduz um conjunto de fatias em Group.characteristic.value[x]. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 102. Group.characteristic.value[x]:valueCodeableConcept | |||||
| Nome da fatia | valueCodeableConcept | ||||
| Definição | The value of the trait that holds (or does not hold - see 'exclude') for members of the group. | ||||
| Curto | Value held by characteristic | ||||
| Comentários | For Range, it means members of the group have a value that falls somewhere within the specified range. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Value of descriptive member characteristic; e.g. red, male, pneumonia, Caucasian, etc. | ||||
| Tipo | CodeableConcept | ||||
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | The value of the characteristic is what determines group membership. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 104. Group.characteristic.value[x]:valueCodeableConcept.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 106. Group.characteristic.value[x]:valueCodeableConcept.extension | |||||
| Definição | 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 manageable, 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | 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 | Este elemento introduz um conjunto de fatias em Group.characteristic.value[x].extension. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 108. Group.characteristic.value[x]:valueCodeableConcept.coding | |||||
| Definição | A reference to a code defined by a terminology system. | ||||
| Curto | Code defined by a terminology system | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Coding | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Allows for alternative encodings within a code system, and translations to other code systems. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 110. Group.characteristic.value[x]:valueCodeableConcept.coding.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 112. Group.characteristic.value[x]:valueCodeableConcept.coding.extension | |||||
| Definição | 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 manageable, 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | 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 | Este elemento introduz um conjunto de fatias em Group.characteristic.value[x].coding.extension. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 114. Group.characteristic.value[x]:valueCodeableConcept.coding.system | |||||
| Definição | The identification of the code system that defines the meaning of the symbol in the code. | ||||
| Curto | Código do agravo ou doença a que se refere a notificação | ||||
| Comentários | 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 reference to some definition that establishes the system clearly and unambiguously. | ||||
| Controlo | 0..1 | ||||
| Tipo | uri | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Need to be unambiguous about the source of the definition of the symbol. | ||||
| Valor do padrão | http://www.saude.gov.br/fhir/r4/CodeSystem/BRCID10 | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 116. Group.characteristic.value[x]:valueCodeableConcept.coding.version | |||||
| Definição | 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. | ||||
| Curto | Version of the system - if relevant | ||||
| Comentários | 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. | ||||
| Nota | Este é um ID de versão comercial, não um ID de versão de recurso (ver discussão) | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 118. Group.characteristic.value[x]:valueCodeableConcept.coding.code | |||||
| Definição | 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). | ||||
| Curto | Agravo ou doença a que se refere a notificação | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de CID-10 para Doenças de Notificação Compulsória (required to https://fhir.saude.go.gov.br/r4/core/ValueSet/cid10-notificaveis) | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Need to refer to a particular code in the system. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 120. Group.characteristic.value[x]:valueCodeableConcept.coding.display | |||||
| Definição | A representation of the meaning of the code in the system, following the rules of the system. | ||||
| Curto | Representation defined by the system | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 122. Group.characteristic.value[x]:valueCodeableConcept.coding.userSelected | |||||
| Definição | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). | ||||
| Curto | If this coding was chosen directly by the user | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | boolean | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | 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. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 124. Group.characteristic.value[x]:valueCodeableConcept.text | |||||
| Definição | 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. | ||||
| Curto | Plain text representation of the concept | ||||
| Comentários | Very often the text is the same as a displayName of one of the codings. | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | 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. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 126. Group.characteristic.value[x]:valueReference | |||||
| Nome da fatia | valueReference | ||||
| Definição | The value of the trait that holds (or does not hold - see 'exclude') for members of the group. | ||||
| Curto | Value held by characteristic | ||||
| Comentários | For Range, it means members of the group have a value that falls somewhere within the specified range. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Local Relacionado ao Início do Surto) | ||||
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | The value of the characteristic is what determines group membership. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 128. Group.characteristic.exclude | |||||
| Definição | If true, indicates the characteristic is one that is NOT held by members of the group. | ||||
| Curto | Group includes or excludes | ||||
| Comentários | This is labeled as "Is Modifier" because applications cannot wrongly include excluded members as included or vice versa. | ||||
| Controlo | 1..1 | ||||
| Tipo | boolean | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sometimes group membership is determined by characteristics not possessed. | ||||
| Valor do padrão | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 130. Group.characteristic.period | |||||
| Definição | The period over which the characteristic is tested; e.g. the patient had an operation during the month of June. | ||||
| Curto | Data de início dos primeiros sintomas do primeiro caso suspeito. | ||||
| Controlo | 1..1 | ||||
| Tipo | Period | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 132. Group.member | |||||
| Definição | Identifies the resource instances that are members of the group. | ||||
| Curto | Who or what is in group | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: grp-1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Often the only thing of interest about a group is "who's in it". | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 134. Group.member.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 136. Group.member.extension | |||||
| Definição | 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 manageable, 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | 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()) | ||||
| 138. Group.member.modifierExtension | |||||
| Definição | 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 manageable, 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). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | 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. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | 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()) | ||||
| 140. Group.member.entity | |||||
| Definição | A reference to the entity that is a member of the group. Must be consistent with Group.type. If the entity is another group, then the type must be the same. | ||||
| Curto | Reference to the group member | ||||
| Controlo | 1..1 | ||||
| Tipo | Reference(Patient, Practitioner, PractitionerRole, Device, Medication, Substance, Group) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 142. Group.member.period | |||||
| Definição | The period that the member was in the group, if known. | ||||
| Curto | Period member belonged to the group | ||||
| Controlo | 0..1 | ||||
| Tipo | Period | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Need to track who was in a group at a particular time. | ||||
| Significado em caso de falta | The member is in the group at this time | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 144. Group.member.inactive | |||||
| Definição | A flag to indicate that the member is no longer in the group, but previously may have been a member. | ||||
| Curto | If member is no longer in group | ||||
| Controlo | 0..1 | ||||
| Tipo | boolean | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sometimes you don't know when someone stopped being in a group, but not when. | ||||
| Significado em caso de falta | Members are considered active unless explicitly specified otherwise | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||