Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.0.0 - STU1
This page is part of the Core do Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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 -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "1428c345-c221-411f-880f-6fb163817387"] ; #
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 1428c345-c221-411f-880f-6fb163817387</b></p><a name=\"1428c345-c221-411f-880f-6fb163817387\"> </a><a name=\"hc1428c345-c221-411f-880f-6fb163817387\"> </a><a name=\"1428c345-c221-411f-880f-6fb163817387-pt-BR\"> </a><p><b>identifier</b>: Tax ID number/61590410000124 (use: official, ), Provider number/2079127 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRTipoEstabelecimentoSaude 5}\">Hospital Geral</span></p><p><b>name</b>: Hospital Sírio-Libanês</p><p><b>alias</b>: HSL</p><p><b>telecom</b>: <a href=\"tel:+55-11-3394-0200\">+55-11-3394-0200</a>, <a href=\"mailto:contato@siriolibanes.com.br\">contato@siriolibanes.com.br</a>, fax: +55-11-3394-0299(Work)</p><p><b>address</b>: Rua Dona Adma Jafet, 91 São Paulo SP 01308-050 BR (work)</p><blockquote><p><b>contact</b></p><p><b>purpose</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type ADMIN}\">Administrative</span></p><p><b>name</b>: Departamento Administrativo</p><p><b>telecom</b>: <a href=\"tel:+55-11-3394-0300\">+55-11-3394-0300</a>, <a href=\"mailto:administracao@siriolibanes.com.br\">administracao@siriolibanes.com.br</a></p></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAX" ] ;
fhir:display [ fhir:v "Tax ID number" ] ] ) ] ;
fhir:system [ fhir:v "https://saude.gov.br/fhir/sid/cnpj"^^xsd:anyURI ] ;
fhir:value [ fhir:v "61590410000124" ] ;
fhir:assigner [
fhir:display [ fhir:v "Cadastro Nacional da Pessoa Jurídica (CNPJ)" ] ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ] ;
fhir:display [ fhir:v "Provider number" ] ] ) ] ;
fhir:system [ fhir:v "https://saude.gov.br/sid/cnes"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2079127" ] ;
fhir:assigner [
fhir:display [ fhir:v "Número no Cadastro Nacional de Estabelecimentos de Saúde (CNES)" ] ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "https://terminologia.saude.gov.br/fhir/CodeSystem/BRTipoEstabelecimentoSaude"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "HOSPITAL GERAL" ] ] ) ;
fhir:text [ fhir:v "Hospital Geral" ]
] ) ; #
fhir:name [ fhir:v "Hospital Sírio-Libanês"] ; #
fhir:alias ( [ fhir:v "HSL"] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+55-11-3394-0200" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contato@siriolibanes.com.br" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "+55-11-3394-0299" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
( fhir:line [ fhir:v "Rua Dona Adma Jafet, 91" ] ) ;
fhir:city [ fhir:v "São Paulo" ] ;
fhir:district [ fhir:v "Bela Vista" ] ;
fhir:state [ fhir:v "SP" ] ;
fhir:postalCode [ fhir:v "01308-050" ] ;
fhir:country [ fhir:v "BR" ]
] ) ; #
fhir:contact ( [
fhir:purpose [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ADMIN" ] ;
fhir:display [ fhir:v "Administrative" ] ] ) ] ;
fhir:name [
fhir:text [ fhir:v "Departamento Administrativo" ] ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+55-11-3394-0300" ] ;
fhir:use [ fhir:v "work" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "administracao@siriolibanes.com.br" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) . #
IG © 2023+ Ministério do Saúde do Brasil. Package br.gov.saude.br-core.fhir#1.0.0 based on FHIR 4.0.1. Generated 2025-02-27
Links: Table of Contents |
QA Report