Tiempos de Espera Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/SIGTEv2-IG/ and changes regularly. See the Directory of published versions
: Tipo de Evento - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CSTipoEventoLE"] ; #
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 CSTipoEventoLE</b></p><a name=\"CSTipoEventoLE\"> </a><a name=\"hcCSTipoEventoLE\"> </a><a name=\"CSTipoEventoLE-es-CL\"> </a><p>This case-sensitive code system <code>https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoEventoLE</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\">iniciar<a name=\"CSTipoEventoLE-iniciar\"> </a></td><td>Iniciar</td></tr><tr><td style=\"white-space:nowrap\">referenciar<a name=\"CSTipoEventoLE-referenciar\"> </a></td><td>Referenciar</td></tr><tr><td style=\"white-space:nowrap\">revisar<a name=\"CSTipoEventoLE-revisar\"> </a></td><td>Revisar</td></tr><tr><td style=\"white-space:nowrap\">priorizar<a name=\"CSTipoEventoLE-priorizar\"> </a></td><td>Priorizar</td></tr><tr><td style=\"white-space:nowrap\">agendar<a name=\"CSTipoEventoLE-agendar\"> </a></td><td>Agendar</td></tr><tr><td style=\"white-space:nowrap\">atender<a name=\"CSTipoEventoLE-atender\"> </a></td><td>Atender</td></tr><tr><td style=\"white-space:nowrap\">terminar<a name=\"CSTipoEventoLE-terminar\"> </a></td><td>Terminar</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/CodeSystem/CSTipoEventoLE"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.1"] ; #
fhir:name [ fhir:v "CSTipoEventoLE"] ; #
fhir:title [ fhir:v "Tipo de Evento"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-01-15"^^xsd:date] ; #
fhir:publisher [ fhir:v "Unidad de Interoperabilidad - MINSAL"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Unidad de Interoperabilidad - MINSAL" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://interoperabilidad.minsal.cl" ] ] )
] ) ; #
fhir:description [ fhir:v "CodeSystem con códigos definidos para representar cada evento en la interconsulta"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CL" ] ;
fhir:display [ fhir:v "Chile" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "iniciar" ] ;
fhir:display [ fhir:v "Iniciar" ]
] [
fhir:code [ fhir:v "referenciar" ] ;
fhir:display [ fhir:v "Referenciar" ]
] [
fhir:code [ fhir:v "revisar" ] ;
fhir:display [ fhir:v "Revisar" ]
] [
fhir:code [ fhir:v "priorizar" ] ;
fhir:display [ fhir:v "Priorizar" ]
] [
fhir:code [ fhir:v "agendar" ] ;
fhir:display [ fhir:v "Agendar" ]
] [
fhir:code [ fhir:v "atender" ] ;
fhir:display [ fhir:v "Atender" ]
] [
fhir:code [ fhir:v "terminar" ] ;
fhir:display [ fhir:v "Terminar" ]
] ) . #