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

: Sinal ou Sintoma de Notificação de Agravo - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "SinalSintomaNotificacaoAgravoExemplo",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/sinal-sintoma-notificacao-agravo-sd"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Observation SinalSintomaNotificacaoAgravoExemplo</b></p><a name=\"SinalSintomaNotificacaoAgravoExemplo\"> </a><a name=\"hcSinalSintomaNotificacaoAgravoExemplo\"> </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-sinal-sintoma-notificacao-agravo-sd.html\">Sinal ou Sintoma de Notificação de Agravo</a></p></div><p><b>identifier</b>: 2025-00012346</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Códigos:\">104950-1</span></p><p><b>subject</b>: <a href=\"Patient-PacienteAugusto.html\">Augusta Pereira Other, DoB: 1979-02-19 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#1234567879)</a></p><p><b>issued</b>: 2025-09-18 14:24:34+0000</p><p><b>performer</b>: <a href=\"Organization-HospitalExemplo.html\">Organization Hospital Exemplo</a></p><p><b>value</b>: <span title=\"Códigos:{https://www.meddra.org/ 10002948}\">10002948</span></p></div>"
  },
  "identifier" : [
    {
      "value" : "2025-00012346"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "code" : "104950-1"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PacienteAugusto"
  },
  "issued" : "2025-09-18T14:24:34.711Z",
  "performer" : [
    {
      🔗 "reference" : "Organization/HospitalExemplo"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://www.meddra.org/",
        "code" : "10002948"
      }
    ]
  }
}