PackagesCanonicalsLogsProblems
    Packages
    br.go.ses.vigilancia-epidemiologica@1.0.6
    https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/StructureDefinition/notificacao-agregada-agravo
description: Tem como objetivo notificar casos agregados abrangendo surtos e tracoma.
package_name: br.go.ses.vigilancia-epidemiologica
derivation: constraint
name: NotificacaoAgregadaAgravo
type: Communication
elements:
  identifier:
    short: Notificação de Agravo
    index: 0
    elements:
      system:
        short: Sistema de Informação de Agravos de Notificação (SINAN)
        pattern: {type: Uri, value: 'https://fhir.saude.go.gov.br/sid/sinan'}
        index: 1
      value: {short: Número da notificação, index: 2}
    required: [value, system]
  status:
    pattern: {type: Code, value: final}
    index: 3
  category:
    index: 4
    elements:
      coding:
        index: 5
        elements:
          system:
            short: Tipo da notificação
            pattern: {type: Uri, value: 'https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/CodeSystem/categoria-comunicacao-cs'}
            index: 6
          code:
            pattern: {type: Code, value: notificacao-agravo}
            index: 7
        required: [system, code]
    required: [coding]
  subject:
    type: Reference
    short: Grupo Alvo da Notificação de Agravo
    refers: ['https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/StructureDefinition/grupo-casos-agregados']
    index: 8
  topic:
    index: 9
    elements:
      coding:
        index: 10
        elements:
          system:
            short: Identifica o tipo da notificação.
            pattern: {type: Uri, value: 'https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/CodeSystem/tipo-notificacao-agravo-cs'}
            index: 11
          code:
            short: Tipo de notificação
            binding: {strength: required, valueSet: 'https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/ValueSet/tipo-notificacao-agravo-vs'}
            index: 12
        required: [system, code]
    required: [coding]
  sent: {short: Data da notificação., index: 13}
  sender:
    type: Reference
    short: Estabelecimento de Saúde ou outra fonte notificadora
    refers: ['https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estabelecimento-saude']
    index: 14
  reasonReference:
    type: Reference
    short: Agravo ou doença notificada
    refers: ['http://hl7.org/fhir/StructureDefinition/Condition']
    index: 15
package_version: 1.0.6
class: profile
kind: resource
url: https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/StructureDefinition/notificacao-agregada-agravo
base: http://hl7.org/fhir/StructureDefinition/Communication
version: 1.0.6
required: [sent, identifier, subject, category, reasonReference, topic]