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

: Laudo gerenciado pelo SISCAN - TTL Representation

Active as of 2024-04-15

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 "laudo-siscan"] ; # 
  fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Conjunto de tipos de laudos gerenciados pelo SISCAN</div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.fabrica.inf.ufg.br/ccu/CodeSystem/laudo-siscan"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "LaudoSiscan"] ; # 
  fhir:title [ fhir:v "Laudo gerenciado pelo SISCAN"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-15"^^xsd:date] ; # 
  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 de laudo gerido pelo SISCAN"] ; # 
  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:purpose [ fhir:v "**Propósito**. Identificação única de todos os laudos geridos pelo SISCAN. Desta forma, por um código deste sistema de codificação, sabe-se exatamente o tipo de laudo em questão conforme classificado pelo INCA."] ; # 
  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 "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "citopatologico" ] ;
fhir:display [ fhir:v "Exame citopatológico" ]
  ] ) . #