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

: 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/core/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><blockquote><p><b>Especificação da Suspeita do Agravo</b></p><ul><li>especificacaoSuspeita: B09-11</li><li>agravoTrabalho: true</li><li>agravoDesastre: false</li></ul></blockquote><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>code</b>: <span title="Códigos:">Dengue</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></div>
  </text>
  <extension
             url="https://fhir.saude.go.gov.br/r4/core/StructureDefinition/especificacao-suspeita-agravo-sd">
    <extension url="especificacaoSuspeita">
      <valueCode value="B09-11"/>
    </extension>
    <extension url="agravoTrabalho">
      <valueBoolean value="true"/>
    </extension>
    <extension url="agravoDesastre">
      <valueBoolean value="false"/>
    </extension>
  </extension>
  <identifier>
    <system value="https://fhir.saude.go.gov.br/sid/sinan"/>
    <value value="2025-00012345"/>
  </identifier>
  <code>
    <coding>
      <code value="A90"/>
      <display value="Dengue"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/PacienteJose"/>
  </subject>
  <onsetDateTime value="2025-09-08"/>
  <recordedDate value="2025-09-10"/>
</Condition>