Guia de Implementação da SES GO - CORE
0.0.1 - draft Brazil flag

Guia de Implementação da SES GO - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Tipo de uso do nome do cidadão - TTL Representation

Active as of 2024-09-03

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "uso-nome-cidadao"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet uso-nome-cidadao</b></p><a name=\"uso-nome-cidadao\"> </a><a name=\"hcuso-nome-cidadao\"> </a><a name=\"uso-nome-cidadao-pt-BR\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-name-use.html\"><code>http://hl7.org/fhir/name-use</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-name-use.html#name-use-official\">official</a></td><td>Nome oficial</td><td>The formal name as registered in an official (government) registry, but which name might not be commonly used. May be called &quot;legal name&quot;.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-name-use.html#name-use-usual\">usual</a></td><td>Nome social</td><td>Known as/conventional/the one you normally use.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.saude.go.gov.br/r4/core/ValueSet/uso-nome-cidadao"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1"] ; # 
  fhir:name [ fhir:v "UsoNomeCidadao"] ; # 
  fhir:title [ fhir:v "Tipo de uso do nome do cidadão"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-03T17:32:30+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "SES-GO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "SES-GO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://fhir-homolog.saude.go.gov.br" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "muriloluz@ufg.br" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Valores das opções de uso do nome do cidadão"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BR" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/name-use"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "official" ] ;
fhir:display [ fhir:v "Nome oficial" ]       ] [
fhir:code [ fhir:v "usual" ] ;
fhir:display [ fhir:v "Nome social" ]       ] )     ] )
  ] . #