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
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
{
"resourceType" : "Patient",
"id" : "agrosus-patient-example",
"meta" : {
"profile" : [
🔗 "https://jefersonrl.github.io/AgroSUS-FHIR/StructureDefinition/agrosus-patient"
]
},
"language" : "pt-BR",
"text" : {
"status" : "generated",
"div" : "<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\u00a0(use:\u00a0official,\u00a0))</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\u00a0(utilização:\u00a0official,\u00a0)</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>"
},
"extension" : [
{
"url" : "https://ips.saude.gov.br/fhir/StructureDefinition/raca-br-ips",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRRacaCor",
"code" : "01",
"display" : "Branca"
}
]
}
}
],
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "TAX",
"display" : "Tax ID number"
}
]
},
"system" : "https://saude.gov.br/fhir/sid/cpf",
"value" : "12345678901"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "HC",
"display" : "Health Card Number"
}
]
},
"system" : "https://saude.gov.br/fhir/sid/cns",
"value" : "987654321098765"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"text" : "Maria Aparecida de Souza",
"family" : "Souza",
"given" : [
"Maria",
"Aparecida"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+55 11 90000-0000",
"use" : "mobile"
}
],
"gender" : "female",
"birthDate" : "1978-05-14",
"address" : [
{
"use" : "home",
"type" : "physical",
"text" : "Propriedade Rural Exemplo, Jundiapeba, Mogi das Cruzes, SP",
"line" : [
"Propriedade Rural Exemplo, s/n"
],
"city" : "Mogi das Cruzes",
"district" : "Jundiapeba",
"state" : "SP",
"country" : "Brasil"
}
]
}