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

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

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

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "7b98fd1d-5f85-40f5-9436-2c767ab734ae"] ; # 
  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 7b98fd1d-5f85-40f5-9436-2c767ab734ae</b></p><a name=\"7b98fd1d-5f85-40f5-9436-2c767ab734ae\"> </a><a name=\"hc7b98fd1d-5f85-40f5-9436-2c767ab734ae\"> </a><a name=\"7b98fd1d-5f85-40f5-9436-2c767ab734ae-pt-BR\"> </a><p><b>identifier</b>: Tax ID number/60643228000161 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Aché Laboratórios Farmacêuticos S.A.</p><p><b>alias</b>: Aché</p><p><b>telecom</b>: <a href=\"tel:+55-11-1234-5678\">+55-11-1234-5678</a>, <a href=\"mailto:contato@ache.com.br\">contato@ache.com.br</a></p><p><b>address</b>: Rodovia Dom Pedro I, Km 62 Guarulhos SP 07000-000 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-1234-5679\">+55-11-1234-5679</a>, <a href=\"mailto:administrativo@ache.com.br\">administrativo@ache.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 "60643228000161" ] ;
fhir:assigner [
fhir:display [ fhir:v "CADASTRO NACIONAL DE PESSOA JURÍDICA" ]     ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name [ fhir:v "Aché Laboratórios Farmacêuticos S.A."] ; # 
  fhir:alias ( [ fhir:v "Aché"] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+55-11-1234-5678" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contato@ache.com.br" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
    ( fhir:line [ fhir:v "Rodovia Dom Pedro I, Km 62" ] ) ;
fhir:city [ fhir:v "Guarulhos" ] ;
fhir:district [ fhir:v "Ponte Grande" ] ;
fhir:state [ fhir:v "SP" ] ;
fhir:postalCode [ fhir:v "07000-000" ] ;
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-1234-5679" ] ;
fhir:use [ fhir:v "work" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "administrativo@ache.com.br" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) . #