Guia de Implementação da SES GO - Vigilância Epidemiológica - Downloaded Version 1.0.6 See the Directory of published versions
@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/Communication/NotificacaoIndividualAgravoExemplo> a fhir:Communication ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "NotificacaoIndividualAgravoExemplo"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/StructureDefinition/notificacao-individual-agravo" ;
fhir:index 0 ;
fhir:link <https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/StructureDefinition/notificacao-individual-agravo>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Communication NotificacaoIndividualAgravoExemplo</b></p><a name=\"NotificacaoIndividualAgravoExemplo\"> </a><a name=\"hcNotificacaoIndividualAgravoExemplo\"> </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-notificacao-individual-agravo.html\">Notificação de Agravo</a></p></div><p><b>identifier</b>: <a href=\"https://fhir.saude.go.gov.br/r4/core/NamingSystem-sinan.html\" title=\"É um número de identificação fornecido pelo SINAN.\">SINAN</a>/2025-00012345</p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/CodeSystem/categoria-comunicacao-cs notificacao-agravo}\">Notificação de Agravo</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>topic</b>: <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/CodeSystem/tipo-notificacao-agravo-cs 2}\">Individual</span></p><p><b>sent</b>: 2025-09-08</p><p><b>sender</b>: <a href=\"Organization-HospitalExemplo.html\">Organization Hospital Exemplo</a></p><p><b>reasonReference</b>: <a href=\"Condition-AgravoNotificadoExemplo.html\">Condition Dengue [dengue clássico]</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Observation-CondicaoTrimestreGestacionalExemplo.html\">Observation 32418-6</a></td></tr></table></div>"
] ;
fhir:Communication.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://fhir.saude.go.gov.br/sid/sinan" ] ;
fhir:Identifier.value [ fhir:value "2025-00012345" ]
] ;
fhir:Communication.status [ fhir:value "completed"] ;
fhir:Communication.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/CodeSystem/categoria-comunicacao-cs" ] ;
fhir:Coding.code [ fhir:value "notificacao-agravo" ]
]
] ;
fhir:Communication.subject [
fhir:link <http://hl7.org/fhir/Patient/PacienteJose> ;
fhir:Reference.reference [ fhir:value "Patient/PacienteJose" ]
] ;
fhir:Communication.topic [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.saude.go.gov.br/r4/vigilancia-epidemiologica/CodeSystem/tipo-notificacao-agravo-cs" ] ;
fhir:Coding.code [ fhir:value "2" ]
]
] ;
fhir:Communication.sent [ fhir:value "2025-09-08"^^xsd:date] ;
fhir:Communication.sender [
fhir:link <http://hl7.org/fhir/Organization/HospitalExemplo> ;
fhir:Reference.reference [ fhir:value "Organization/HospitalExemplo" ]
] ;
fhir:Communication.reasonReference [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Condition/AgravoNotificadoExemplo> ;
fhir:Reference.reference [ fhir:value "Condition/AgravoNotificadoExemplo" ]
] ;
fhir:Communication.payload [
fhir:index 0 ;
fhir:Communication.payload.contentReference [
fhir:link <http://hl7.org/fhir/Observation/CondicaoTrimestreGestacionalExemplo> ;
fhir:Reference.reference [ fhir:value "Observation/CondicaoTrimestreGestacionalExemplo" ]
]
] .
<http://hl7.org/fhir/Patient/PacienteJose> a fhir:Patient .
<http://hl7.org/fhir/Organization/HospitalExemplo> a fhir:Organization .
<http://hl7.org/fhir/Condition/AgravoNotificadoExemplo> a fhir:Condition .
<http://hl7.org/fhir/Observation/CondicaoTrimestreGestacionalExemplo> a fhir:Observation .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Communication/NotificacaoIndividualAgravoExemplo.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Communication/NotificacaoIndividualAgravoExemplo.ttl> .
IG © 2025+ SES-GO. Package br.go.ses.vigilancia-epidemiologica#1.0.6 based on FHIR 4.0.1. Generated 2026-09-14
Links:
Conteúdo
|
Relatório de qualidade