Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.1.0 - STU1 Brazil flag

This page is part of the Core do Brasil (v1.1.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

: Exemplo de organização. - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Organization/1428c345-c221-411f-880f-6fb163817387> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "1428c345-c221-411f-880f-6fb163817387"] ;
  fhir:Resource.language [ fhir:value "pt-BR"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><p class=\"res-header-id\"><b>Narrativa gerada: Organization 1428c345-c221-411f-880f-6fb163817387</b></p><a name=\"1428c345-c221-411f-880f-6fb163817387\"> </a><a name=\"hc1428c345-c221-411f-880f-6fb163817387\"> </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\">Língua: pt-BR</p></div><p><b>identifier</b>: Tax ID number/61590410000124 (utilização: official, ), Provider number/2079127 (utilização: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Códigos:{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=\"Códigos:{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:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "TAX" ] ;
         fhir:Coding.display [ fhir:value "Tax ID number" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://saude.gov.br/fhir/sid/cnpj" ] ;
     fhir:Identifier.value [ fhir:value "61590410000124" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "Cadastro Nacional da Pessoa Jurídica (CNPJ)" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "PRN" ] ;
         fhir:Coding.display [ fhir:value "Provider number" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://saude.gov.br/fhir/sid/cnes" ] ;
     fhir:Identifier.value [ fhir:value "2079127" ] ;
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "Número no Cadastro Nacional de Estabelecimentos de Saúde (CNES)" ]
     ]
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://terminologia.saude.gov.br/fhir/CodeSystem/BRTipoEstabelecimentoSaude" ] ;
       fhir:Coding.code [ fhir:value "5" ] ;
       fhir:Coding.display [ fhir:value "HOSPITAL GERAL" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Hospital Geral" ]
  ] ;
  fhir:Organization.name [ fhir:value "Hospital Sírio-Libanês"] ;
  fhir:Organization.alias [
     fhir:value "HSL" ;
     fhir:index 0
  ] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+55-11-3394-0200" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "contato@siriolibanes.com.br" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 2 ;
     fhir:ContactPoint.system [ fhir:value "fax" ] ;
     fhir:ContactPoint.value [ fhir:value "+55-11-3394-0299" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.use [ fhir:value "work" ] ;
     fhir:Address.type [ fhir:value "both" ] ;
     fhir:Address.line [
       fhir:value "Rua Dona Adma Jafet, 91" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "São Paulo" ] ;
     fhir:Address.district [ fhir:value "Bela Vista" ] ;
     fhir:Address.state [ fhir:value "SP" ] ;
     fhir:Address.postalCode [ fhir:value "01308-050" ] ;
     fhir:Address.country [ fhir:value "BR" ]
  ] ;
  fhir:Organization.contact [
     fhir:index 0 ;
     fhir:Organization.contact.purpose [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/contactentity-type" ] ;
         fhir:Coding.code [ fhir:value "ADMIN" ] ;
         fhir:Coding.display [ fhir:value "Administrative" ]
       ]
     ] ;
     fhir:Organization.contact.name [
       fhir:HumanName.text [ fhir:value "Departamento Administrativo" ]
     ] ;
     fhir:Organization.contact.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "phone" ] ;
       fhir:ContactPoint.value [ fhir:value "+55-11-3394-0300" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "administracao@siriolibanes.com.br" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Organization/1428c345-c221-411f-880f-6fb163817387.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/1428c345-c221-411f-880f-6fb163817387.ttl> .