Guia de Implementação da SES GO - CORE - Downloaded Version 1.1.0 See the Directory of published versions
: Exemplo de Agravo ou Doença Notificada - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AgravoNotificadoExemplo"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/agravo-notificacao"^^xsd:anyURI ;
fhir:link <https://fhir.saude.go.gov.br/r4/core/StructureDefinition/agravo-notificacao> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Condition AgravoNotificadoExemplo</b></p><a name=\"AgravoNotificadoExemplo\"> </a><a name=\"hcAgravoNotificadoExemplo\"> </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-agravo-notificacao.html\">Agravo ou Doença Notificada</a></p></div><blockquote><p><b>Especificação da Suspeita do Agravo</b></p><ul><li>especificacaoSuspeita: B09-11</li><li>agravoTrabalho: true</li><li>agravoDesastre: false</li></ul></blockquote><p><b>identifier</b>: <a href=\"NamingSystem-sinan.html\" title=\"É um número de identificação fornecido pelo SINAN.\">SINAN</a>/2025-00012345</p><p><b>code</b>: <span title=\"Códigos:\">Dengue</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>onset</b>: 2025-09-08</p><p><b>recordedDate</b>: 2025-09-10</p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "especificacaoSuspeita"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "B09-11" ] ] [
fhir:url [ fhir:v "agravoTrabalho"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ] ] [
fhir:url [ fhir:v "agravoDesastre"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false ] ] ) ;
fhir:url [ fhir:v "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/especificacao-suspeita-agravo-sd"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.saude.go.gov.br/sid/sinan"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2025-00012345" ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:code [ fhir:v "A90" ] ;
fhir:display [ fhir:v "Dengue" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PacienteJose" ]
] ; #
fhir:onset [
a fhir:dateTime ;
fhir:v "2025-09-08"^^xsd:date
] ; #
fhir:recordedDate [ fhir:v "2025-09-10"^^xsd:date] . #