Guia de Implementação da SES GO - Vigilância Epidemiológica
1.0.6 - draft Brazil flag

Guia de Implementação da SES GO - Vigilância Epidemiológica - Downloaded Version 1.0.6 See the Directory of published versions

: Exemplo de Agravo ou Doença Notificada - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="AgravoNotificadoExemplo"/>
  <meta>
    <profile
             value="https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/StructureDefinition/agravo-notificacao"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narrativa gerada: Condition AgravoNotificadoExemplo</b></p><a name="AgravoNotificadoExemplo"> </a><a name="hcAgravoNotificadoExemplo"> </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-agravo-notificacao.html">Agravo ou doença notificada</a></p></div><p><b>Doença ou agravo relacionado ao trabalho</b>: true</p><p><b>Doença ou agravo relacionado a desastre</b>: false</p><p><b>identifier</b>: <a href="https://fhir.saude.go.gov.br/r4/core/NamingSystem-sinan.html" title="É um número de identificação  fornecido pelo SINAN.">SINAN</a>/2025-00012345</p><p><b>code</b>: <span title="Códigos:{http://www.saude.gov.br/fhir/r4/CodeSystem/BRCID10 A90}">Dengue [dengue clássico]</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>onset</b>: 2025-09-08</p><p><b>recordedDate</b>: 2025-09-10</p><h3>Evidences</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Códigos:{https://www.meddra.org/ 10016558}">10016558</span></td></tr></table></div>
  </text>
  <extension
             url="https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/StructureDefinition/doenca-agravo-relacionado-trabalho">
    <valueBoolean value="true"/>
  </extension>
  <extension
             url="https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/StructureDefinition/doenca-agravo-relacionado-desastre">
    <valueBoolean value="false"/>
  </extension>
  <identifier>
    <system value="https://fhir.saude.go.gov.br/sid/sinan"/>
    <value value="2025-00012345"/>
  </identifier>
  <code>
    <coding>
      <system value="http://www.saude.gov.br/fhir/r4/CodeSystem/BRCID10"/>
      <code value="A90"/>
      <display value="Dengue [dengue clássico]"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/PacienteJose"/>
  </subject>
  <onsetDateTime value="2025-09-08"/>
  <recordedDate value="2025-09-10"/>
  <evidence>
    <code>
      <coding>
        <system value="https://www.meddra.org/"/>
        <code value="10016558"/>
      </coding>
    </code>
  </evidence>
</Condition>