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 loinc: <http://loinc.org/rdf#> .
@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/Observation/agrosus-resultado-hematocrito-exemplo> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "agrosus-resultado-hematocrito-exemplo"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://jefersonrl.github.io/AgroSUS-FHIR/StructureDefinition/agrosus-resultado-laboratorial" ;
fhir:index 0 ;
fhir:link <https://jefersonrl.github.io/AgroSUS-FHIR/StructureDefinition/agrosus-resultado-laboratorial>
]
] ;
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: Observation agrosus-resultado-hematocrito-exemplo</b></p><a name=\"agrosus-resultado-hematocrito-exemplo\"> </a><a name=\"hcagrosus-resultado-hematocrito-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-resultado-laboratorial.html\">Resultado Laboratorial AgroSUS</a></p></div><p><b>identifier</b>: <code>https://jefersonrl.github.io/AgroSUS-FHIR/sid/resultado-laboratorial</code>/RES-LAB-2026-000001-HT</p><p><b>basedOn</b>: <a href=\"ServiceRequest-agrosus-solicitacao-hemograma-exemplo.html\">ServiceRequest CBC (hemogram) Sg Auto</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Códigos:{http://loinc.org 4544-3}\">Hematócrito</span></p><p><b>subject</b>: <a href=\"Patient-agrosus-patient-example.html\">Maria Aparecida de Souza</a></p><p><b>effective</b>: 2026-07-25 08:15:00-0300</p><p><b>issued</b>: 2026-07-25 12:00:00-0300</p><p><b>performer</b>: <a href=\"Organization-agrosus-laboratorio-exemplo.html\">Organization Laboratório Municipal de Referência — Exemplo AgroSUS</a></p><p><b>value</b>: 39.5 %<span style=\"background: LightGoldenRodYellow\"> (Detalhes: UCUM código% = '%')</span></p><p><b>interpretation</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></p><p><b>note</b>: </p><blockquote><div><p>Faixa de referência informada pelo laboratório: 36,0% a 46,0%.</p>\n</div></blockquote></div>"
] ;
fhir:Observation.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://jefersonrl.github.io/AgroSUS-FHIR/sid/resultado-laboratorial" ] ;
fhir:Identifier.value [ fhir:value "RES-LAB-2026-000001-HT" ]
] ;
fhir:Observation.basedOn [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/agrosus-solicitacao-hemograma-exemplo> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/agrosus-solicitacao-hemograma-exemplo" ]
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
fhir:Coding.code [ fhir:value "laboratory" ] ;
fhir:Coding.display [ fhir:value "Laboratory" ]
]
] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:4544-3 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "4544-3" ] ;
fhir:Coding.display [ fhir:value "Hct Fr Sg Auto" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Hematócrito" ]
] ;
fhir:Observation.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:Observation.effectiveDateTime [ fhir:value "2026-07-25T08:15:00-03:00"^^xsd:dateTime] ;
fhir:Observation.issued [ fhir:value "2026-07-25T12:00:00-03:00"^^xsd:dateTime] ;
fhir:Observation.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/agrosus-laboratorio-exemplo> ;
fhir:Reference.reference [ fhir:value "Organization/agrosus-laboratorio-exemplo" ]
] ;
fhir:Observation.valueQuantity [
fhir:Quantity.value [ fhir:value "39.5"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "%" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "%" ]
] ;
fhir:Observation.interpretation [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ] ;
fhir:Coding.code [ fhir:value "N" ] ;
fhir:Coding.display [ fhir:value "Normal" ]
]
] ;
fhir:Observation.note [
fhir:index 0 ;
fhir:Annotation.text [ fhir:value "Faixa de referência informada pelo laboratório: 36,0% a 46,0%." ]
] .
<http://hl7.org/fhir/ServiceRequest/agrosus-solicitacao-hemograma-exemplo> a fhir:ServiceRequest .
<http://hl7.org/fhir/Patient/agrosus-patient-example> a fhir:Patient .
<http://hl7.org/fhir/Organization/agrosus-laboratorio-exemplo> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/agrosus-resultado-hematocrito-exemplo.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/agrosus-resultado-hematocrito-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