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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Encounter/agrosus-visita-acs-exemplo> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "agrosus-visita-acs-exemplo"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://jefersonrl.github.io/AgroSUS-FHIR/StructureDefinition/agrosus-visita-acs" ;
fhir:index 0 ;
fhir:link <https://jefersonrl.github.io/AgroSUS-FHIR/StructureDefinition/agrosus-visita-acs>
]
] ;
fhir:Resource.language [ fhir:value "pt-BR"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><p class=\"res-header-id\"><b>Narrativa gerada: Encounter agrosus-visita-acs-exemplo</b></p><a name=\"agrosus-visita-acs-exemplo\"> </a><a name=\"hcagrosus-visita-acs-exemplo\"> </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-visita-acs.html\">Visita do ACS AgroSUS</a></p></div><p><b>identifier</b>: <code>https://jefersonrl.github.io/AgroSUS-FHIR/sid/visita</code>/VISITA-2026-000001</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-FLD\">ActCode: FLD</a> (field)</p><p><b>priority</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/v3-ActPriority R}\">Rotina</span></p><p><b>subject</b>: <a href=\"Patient-agrosus-patient-example.html\">Maria Aparecida de Souza</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">Executor principal</span></td><td><a href=\"PractitionerRole-agrosus-acs-role-exemplo.html\">Maria Clara Oliveira — ACS da UBS Jardim Esperança</a></td></tr></table><p><b>period</b>: 2026-07-20 09:00:00-0300 --> 2026-07-20 10:00:00-0300</p><p><b>reasonCode</b>: <span title=\"Códigos:\">Aplicação inicial da anamnese ocupacional e ambiental AgroSUS</span></p><p><b>serviceProvider</b>: <a href=\"Organization-agrosus-ubs-exemplo.html\">UBS Jardim Esperança — Exemplo AgroSUS</a></p></div>"
] ;
fhir:Encounter.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://jefersonrl.github.io/AgroSUS-FHIR/sid/visita" ] ;
fhir:Identifier.value [ fhir:value "VISITA-2026-000001" ]
] ;
fhir:Encounter.status [ fhir:value "finished"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "FLD" ] ;
fhir:Coding.display [ fhir:value "field" ]
] ;
fhir:Encounter.priority [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActPriority" ] ;
fhir:Coding.code [ fhir:value "R" ] ;
fhir:Coding.display [ fhir:value "routine" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Rotina" ]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/agrosus-patient-example> ;
fhir:Reference.reference [ fhir:value "Patient/agrosus-patient-example" ] ;
fhir:Reference.display [ fhir:value "Maria Aparecida de Souza" ]
] ;
fhir:Encounter.participant [
fhir:index 0 ;
fhir:Encounter.participant.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
fhir:Coding.code [ fhir:value "PPRF" ] ;
fhir:Coding.display [ fhir:value "primary performer" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Executor principal" ]
] ;
fhir:Encounter.participant.individual [
fhir:link <http://hl7.org/fhir/PractitionerRole/agrosus-acs-role-exemplo> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/agrosus-acs-role-exemplo" ] ;
fhir:Reference.display [ fhir:value "Maria Clara Oliveira — ACS da UBS Jardim Esperança" ]
]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2026-07-20T09:00:00-03:00"^^xsd:dateTime ] ;
fhir:Period.end [ fhir:value "2026-07-20T10:00:00-03:00"^^xsd:dateTime ]
] ;
fhir:Encounter.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.text [ fhir:value "Aplicação inicial da anamnese ocupacional e ambiental AgroSUS" ]
] ;
fhir:Encounter.serviceProvider [
fhir:link <http://hl7.org/fhir/Organization/agrosus-ubs-exemplo> ;
fhir:Reference.reference [ fhir:value "Organization/agrosus-ubs-exemplo" ] ;
fhir:Reference.display [ fhir:value "UBS Jardim Esperança — Exemplo AgroSUS" ]
] .
<http://hl7.org/fhir/Patient/agrosus-patient-example> a fhir:Patient .
<http://hl7.org/fhir/PractitionerRole/agrosus-acs-role-exemplo> a fhir:PractitionerRole .
<http://hl7.org/fhir/Organization/agrosus-ubs-exemplo> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/agrosus-visita-acs-exemplo.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/agrosus-visita-acs-exemplo.ttl> .
IG © 2026+ Fatec Ferraz de Vasconcelos. Package io.github.jefersonrl.agrosus#0.1.0 based on FHIR 4.0.1. Generated 2026-07-27
Links: Table of Contents |
QA Report
| Version History | License