Projeto mareIA: módulo AgroSUS para telemonitoramento e apoio à identificação precoce de intoxicações por uso de defensivos agrícolas
0.1.0 - ci-build Brazil flag

Projeto mareIA: módulo AgroSUS para telemonitoramento e apoio à identificação precoce de intoxicações por uso de defensivos agrícolas, publicado por Fatec Ferraz de Vasconcelos. Este guia não é uma publicação autorizada; é a compilação contínua para a versão 0.1.0 construída pela FHIR (HL7® FHIR® Standard) CI Build. Esta versão é baseada no conteúdo atual de https://github.com/jefersonrl/AgroSUS-FHIR/tree/main e muda regularmente. Veja o Diretório de versões publicadas

: Exemplo de Paciente AgroSUS - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="agrosus-patient-example"/>
  <meta>
    <profile
             value="https://jefersonrl.github.io/AgroSUS-FHIR/StructureDefinition/agrosus-patient"/>
  </meta>
  <language value="pt-BR"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-BR" lang="pt-BR"><p class="res-header-id"><b>Narrativa gerada: Patient agrosus-patient-example</b></p><a name="agrosus-patient-example"> </a><a name="hcagrosus-patient-example"> </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">Língua: pt-BR</p><p style="margin-bottom: 0px">Perfil: <a href="StructureDefinition-agrosus-patient.html">Paciente AgroSUS</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Maria Aparecida de Souza(official) Female, DoB: 1978-05-14 ( Health Card Number: NamingSystemCNS#987654321098765 (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="O registo está ativo">Ativo:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3">Tax ID number/12345678901 (utilização: official, )</td></tr><tr><td style="background-color: #f3f5da" title="Formas de contactar o doente">Detalhes do contacto</td><td colspan="3"><ul><li><a href="tel:+551190000-0000">+55 11 90000-0000</a></li><li>Propriedade Rural Exemplo, Jundiapeba, Mogi das Cruzes, SP(home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Elemento que define a raça do indivíduo"><a href="https://ips.saude.gov.br/fhir/StructureDefinition-raca-br-ips.html">Raça BR IPS</a></td><td colspan="3"><span title="Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRRacaCor 01}">Branca</span></td></tr></table></div>
  </text>
  <extension
             url="https://ips.saude.gov.br/fhir/StructureDefinition/raca-br-ips">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://terminologia.saude.gov.br/fhir/CodeSystem/BRRacaCor"/>
        <code value="01"/>
        <display value="Branca"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="TAX"/>
        <display value="Tax ID number"/>
      </coding>
    </type>
    <system value="https://saude.gov.br/fhir/sid/cpf"/>
    <value value="12345678901"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="HC"/>
        <display value="Health Card Number"/>
      </coding>
    </type>
    <system value="https://saude.gov.br/fhir/sid/cns"/>
    <value value="987654321098765"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="Maria Aparecida de Souza"/>
    <family value="Souza"/>
    <given value="Maria"/>
    <given value="Aparecida"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+55 11 90000-0000"/>
    <use value="mobile"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1978-05-14"/>
  <address>
    <use value="home"/>
    <type value="physical"/>
    <text value="Propriedade Rural Exemplo, Jundiapeba, Mogi das Cruzes, SP"/>
    <line value="Propriedade Rural Exemplo, s/n"/>
    <city value="Mogi das Cruzes"/>
    <district value="Jundiapeba"/>
    <state value="SP"/>
    <country value="Brasil"/>
  </address>
</Patient>