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/Organization/HospitalExemplo> a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "HospitalExemplo"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estabelecimento-saude" ;
fhir:index 0 ;
fhir:link <https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estabelecimento-saude>
]
] ;
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: Organization HospitalExemplo</b></p><a name=\"HospitalExemplo\"> </a><a name=\"hcHospitalExemplo\"> </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=\"https://fhir.saude.go.gov.br/r4/core/StructureDefinition-estabelecimento-saude.html\">Estabelecimento de Saúde</a></p></div><p><b>identifier</b>: <a href=\"https://fhir.saude.go.gov.br/r4/core/NamingSystem-cnes.html\" title=\"O Cadastro Nacional de Estabelecimentos de Saúde – CNES visa ser a base para operacionalizar os Sistemas de Informações em Saúde, #xA;sendo estes imprescindíveis a um gerenciamento eficaz e eficiente do SUS.\">CNES</a>/1234</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica 1260}\">Fundação Pública de Direito Privado Estadual ou do Distrito Federal</span>, <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica 1000}\">Público</span>, <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/nivel-gestao M}\">Municipal</span>, <span title=\"Códigos:{http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoEstabelecimentoSaude 84}\">CENTRAL DE ABASTECIMENTO</span>, <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-novo-estabelecimento-saude 001}\">Unidade Básica de Saúde</span></p><p><b>name</b>: Hospital Exemplo</p><p><b>alias</b>: Hospital Exemplar LTDA</p><p><b>telecom</b>: <a href=\"tel:+55119999-9999\">+55 11 9999-9999</a></p><p><b>address</b>: Bueno Rua T-7 081 64 Prédio Pandora, Ap 1201 520870 52 74210-250 </p></div>"
] ;
fhir:Organization.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://fhir.saude.go.gov.br/sid/cnes" ] ;
fhir:Identifier.value [ fhir:value "1234" ]
] ;
fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Organization.type [
fhir:index 0 ;
fhir:Element.id [ fhir:value "naturezajuridica" ] ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica" ] ;
fhir:Coding.code [ fhir:value "1260" ]
]
], [
fhir:index 1 ;
fhir:Element.id [ fhir:value "categorianaturezajuridica" ] ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica" ] ;
fhir:Coding.code [ fhir:value "1000" ]
]
], [
fhir:index 2 ;
fhir:Element.id [ fhir:value "nivelgestao" ] ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.saude.go.gov.br/r4/core/CodeSystem/nivel-gestao" ] ;
fhir:Coding.code [ fhir:value "M" ]
]
], [
fhir:index 3 ;
fhir:Element.id [ fhir:value "tipoestabelecimento" ] ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoEstabelecimentoSaude" ] ;
fhir:Coding.code [ fhir:value "84" ]
]
], [
fhir:index 4 ;
fhir:Element.id [ fhir:value "tiponovoestabelecimento" ] ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-novo-estabelecimento-saude" ] ;
fhir:Coding.code [ fhir:value "001" ]
]
] ;
fhir:Organization.name [ fhir:value "Hospital Exemplo"] ;
fhir:Organization.alias [
fhir:value "Hospital Exemplar LTDA" ;
fhir:index 0
] ;
fhir:Organization.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+55 11 9999-9999" ]
] ;
fhir:Organization.address [
fhir:index 0 ;
fhir:Address.line [
fhir:value "Bueno" ;
fhir:index 0 ;
fhir:Element.id [ fhir:value "bairro" ]
], [
fhir:value "Rua T-7" ;
fhir:index 1 ;
fhir:Element.id [ fhir:value "logradouro" ]
], [
fhir:value "081" ;
fhir:index 2 ;
fhir:Element.id [ fhir:value "tipologradouro" ]
], [
fhir:value "64" ;
fhir:index 3 ;
fhir:Element.id [ fhir:value "numero" ]
], [
fhir:value "Prédio Pandora, Ap 1201" ;
fhir:index 4 ;
fhir:Element.id [ fhir:value "complemento" ]
] ;
fhir:Address.city [ fhir:value "520870" ] ;
fhir:Address.state [ fhir:value "52" ] ;
fhir:Address.postalCode [ fhir:value "74210-250" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Organization/HospitalExemplo.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Organization/HospitalExemplo.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