Guia de Implementação da SES GO - CORE
0.0.1 - draft Brazil flag

Guia de Implementação da SES GO - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Hospital Exemplo - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HospitalExemplo"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estabelecimento-saude"^^xsd:anyURI ;
fhir:link <https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estabelecimento-saude>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization HospitalExemplo</b></p><a name=\"HospitalExemplo\"> </a><a name=\"hcHospitalExemplo\"> </a><a name=\"HospitalExemplo-pt-BR\"> </a><p><b>identifier</b>: <code>https://fhir.saude.go.gov.br/sid/cnes</code>/1234</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{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=\"Codes:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica 1}\">Público</span>, <span title=\"Codes:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/nivel-gestao M}\">Municipal</span>, <span title=\"Codes:{http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoEstabelecimentoSaude 84}\">CENTRAL DE ABASTECIMENTO</span>, <span title=\"Codes:{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:identifier ( [
fhir:system [ fhir:v "https://fhir.saude.go.gov.br/sid/cnes"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
fhir:id [ fhir:v "naturezajuridica" ] ;
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1260" ]     ] )
  ] [
fhir:id [ fhir:v "categorianaturezajuridica" ] ;
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.saude.go.gov.br/r4/core/CodeSystem/natureza-juridica"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ]     ] )
  ] [
fhir:id [ fhir:v "nivelgestao" ] ;
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.saude.go.gov.br/r4/core/CodeSystem/nivel-gestao"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ]     ] )
  ] [
fhir:id [ fhir:v "tipoestabelecimento" ] ;
    ( fhir:coding [
fhir:system [ fhir:v "http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoEstabelecimentoSaude"^^xsd:anyURI ] ;
fhir:code [ fhir:v "84" ]     ] )
  ] [
fhir:id [ fhir:v "tiponovoestabelecimento" ] ;
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-novo-estabelecimento-saude"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Hospital Exemplo"] ; # 
  fhir:alias ( [ fhir:v "Hospital Exemplar LTDA"] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+55 11 9999-9999" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [
fhir:v "Bueno" ;
fhir:id [ fhir:v "bairro" ]     ] [
fhir:v "Rua T-7" ;
fhir:id [ fhir:v "logradouro" ]     ] [
fhir:v "081" ;
fhir:id [ fhir:v "tipologradouro" ]     ] [
fhir:v "64" ;
fhir:id [ fhir:v "numero" ]     ] [
fhir:v "Prédio Pandora, Ap 1201" ;
fhir:id [ fhir:v "complemento" ]     ] ) ;
fhir:city [ fhir:v "520870" ] ;
fhir:state [ fhir:v "52" ] ;
fhir:postalCode [ fhir:v "74210-250" ]
  ] ) . #