FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebr.go.ses.core
Resource TypeCommunication
IdCommunication-NotificacaoIndividualAgravoExemplo.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narrativa gerada: Communication NotificacaoIndividualAgravoExemplo

identifier: SINAN/2025-00012345

status: Completed

category: notificacao-agravo

subject: José Silva(official) Male, DoB: 1989-02-19 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#1234567879)

topic: Individual

sent: 2025-09-08

sender: Organization Hospital Exemplo

reasonReference: Condition Dengue

payload

content: Observation 104950-1

payload

content: Observation 32418-6


Source1

{
  "resourceType": "Communication",
  "id": "NotificacaoIndividualAgravoExemplo",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/notificacao-individual-agravo"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}