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
: Classificação de atendimento - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "classificacao-atendimento"] ; #
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 classificacao-atendimento</b></p><a name=\"classificacao-atendimento\"> </a><a name=\"hcclassificacao-atendimento\"> </a><a name=\"classificacao-atendimento-pt-BR\"> </a><p>This code system <code>https://fhir.saude.go.gov.br/r4/core/CodeSystem/classificacao-atendimento</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"classificacao-atendimento-0\"> </a></td><td>Emergência</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"classificacao-atendimento-1\"> </a></td><td>Urgência</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"classificacao-atendimento-2\"> </a></td><td>Prioritário</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"classificacao-atendimento-3\"> </a></td><td>Eletivo</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://fhir.saude.go.gov.br/r4/core/CodeSystem/classificacao-atendimento"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1"] ; #
fhir:name [ fhir:v "ClassificacaoAtendimento"] ; #
fhir:title [ fhir:v "Classificação de atendimento"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-03-20T14:24:26-03: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.saude.go.gov.br" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "ti-ses.saude@goias.gov.br" ] ] )
] ) ; #
fhir:description [ fhir:v "Classificação de atendimento."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BRA" ] ] )
] ) ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Emergência" ]
] [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Urgência" ]
] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Prioritário" ]
] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Eletivo" ]
] ) . #