Rastreamento de Câncer de Colo de Útero
0.0.1 - preliminar Brazil flag

Rastreamento de Câncer de Colo de Útero, published by Comissão de Governança de Informação em Saúde (CGIS - UFG). This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/kyriosdata/farol/ and changes regularly. See the Directory of published versions

: Componente de endereço - TTL Representation

Draft as of 2024-07-17

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "componente-endereco"] ; # 
  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: CodeSystem componente-endereco</b></p><a name=\"componente-endereco\"> </a><a name=\"hccomponente-endereco\"> </a><a name=\"componente-endereco-und\"> </a><p>This case-sensitive code system <code>https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/componente-endereco</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">logradouro<a name=\"componente-endereco-logradouro\"> </a></td><td>logradouro</td><td>Logradouro, rua</td></tr><tr><td style=\"white-space:nowrap\">numero<a name=\"componente-endereco-numero\"> </a></td><td>número</td><td>Número</td></tr><tr><td style=\"white-space:nowrap\">complemento<a name=\"componente-endereco-complemento\"> </a></td><td>complemento</td><td>Complemento do endereço</td></tr><tr><td style=\"white-space:nowrap\">bairro<a name=\"componente-endereco-bairro\"> </a></td><td>bairro</td><td>Bairro ou setor</td></tr><tr><td style=\"white-space:nowrap\">referencia<a name=\"componente-endereco-referencia\"> </a></td><td>ponto de referência</td><td>Ponto de referência</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/componente-endereco"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "ComponenteEndereco"] ; # 
  fhir:title [ fhir:v "Componente de endereço"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-07-17T16:52:30+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Comissão de Governança de Informação em Saúde (CGIS - UFG)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Comissão de Governança de Informação em Saúde (CGIS - UFG)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://cgis.ufg.br" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "kyriosdata@ufg.br" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Definição dos itens de informação que poem compor um endereço."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BR" ] ;
fhir:display [ fhir:v "Brazil" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Ministério da Saúde. Produzido pela UFG em parceria com o INCA."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "logradouro" ] ;
fhir:display [ fhir:v "logradouro" ] ;
fhir:definition [ fhir:v "Logradouro, rua" ]
  ] [
fhir:code [ fhir:v "numero" ] ;
fhir:display [ fhir:v "número" ] ;
fhir:definition [ fhir:v "Número" ]
  ] [
fhir:code [ fhir:v "complemento" ] ;
fhir:display [ fhir:v "complemento" ] ;
fhir:definition [ fhir:v "Complemento do endereço" ]
  ] [
fhir:code [ fhir:v "bairro" ] ;
fhir:display [ fhir:v "bairro" ] ;
fhir:definition [ fhir:v "Bairro ou setor" ]
  ] [
fhir:code [ fhir:v "referencia" ] ;
fhir:display [ fhir:v "ponto de referência" ] ;
fhir:definition [ fhir:v "Ponto de referência" ]
  ] ) . #