Guia de Implementação da SES GO - CORE
1.1.0 - draft Brazil flag

Guia de Implementação da SES GO - CORE - Downloaded Version 1.1.0 See the Directory of published versions

: Notificação Individual de Agravo - JSON Representation

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "NotificacaoIndividualAgravoExemplo",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/notificacao-individual-agravo"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Communication NotificacaoIndividualAgravoExemplo</b></p><a name=\"NotificacaoIndividualAgravoExemplo\"> </a><a name=\"hcNotificacaoIndividualAgravoExemplo\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Perfil: <a href=\"StructureDefinition-notificacao-individual-agravo.html\">Notificação Individual de Agravo</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-sinan.html\" title=\"É um número de identificação  fornecido pelo SINAN.\">SINAN</a>/2025-00012345</p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Códigos:\">notificacao-agravo</span></p><p><b>subject</b>: <a href=\"Patient-PacienteJose.html\">José Silva(official) Male, DoB: 1989-02-19 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#1234567879)</a></p><p><b>topic</b>: <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-notificacao-agravo-cs 2}\">Individual</span></p><p><b>sent</b>: 2025-09-08</p><p><b>sender</b>: <a href=\"Organization-HospitalExemplo.html\">Organization Hospital Exemplo</a></p><p><b>reasonReference</b>: <a href=\"Condition-AgravoNotificadoExemplo.html\">Condition Dengue</a></p><blockquote><p><b>payload</b></p><p><b>content</b>: <a href=\"Observation-SinalSintomaNotificacaoAgravoExemplo.html\">Observation 104950-1</a></p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: <a href=\"Observation-CondicaoTrimestreGestacionalExemplo.html\">Observation 32418-6</a></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.saude.go.gov.br/sid/sinan",
      "value" : "2025-00012345"
    }
  ],
  "status" : "completed",
  "category" : [
    {
      "coding" : [
        {
          "code" : "notificacao-agravo"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/PacienteJose"
  },
  "topic" : {
    "coding" : [
      {
        "system" : "https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-notificacao-agravo-cs",
        "code" : "2"
      }
    ]
  },
  "sent" : "2025-09-08",
  "sender" : {
    🔗 "reference" : "Organization/HospitalExemplo"
  },
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/AgravoNotificadoExemplo"
    }
  ],
  "payload" : [
    {
      "contentReference" : {
        🔗 "reference" : "Observation/SinalSintomaNotificacaoAgravoExemplo"
      }
    },
    {
      "contentReference" : {
        🔗 "reference" : "Observation/CondicaoTrimestreGestacionalExemplo"
      }
    }
  ]
}