Guía de Implementación Vigilancia ESAVI, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/OPS-Esavi-IG/ and changes regularly. See the Directory of published versions
: Desenlaces Tras ESAVI - 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 "ClasificacionDesenlaceCS"] ; #
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 ClasificacionDesenlaceCS</b></p><a name=\"ClasificacionDesenlaceCS\"> </a><a name=\"hcClasificacionDesenlaceCS\"> </a><p>This code system <code>https://paho.org/fhir/ops-esavi/CodeSystem/ClasificacionDesenlaceCS</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\">1<a name=\"ClasificacionDesenlaceCS-1\"> </a></td><td>Recuperado Completamente</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ClasificacionDesenlaceCS-2\"> </a></td><td>En recuperación</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ClasificacionDesenlaceCS-3\"> </a></td><td>No recuperado</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"ClasificacionDesenlaceCS-4\"> </a></td><td>Recuperado con secuelas</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"ClasificacionDesenlaceCS-0\"> </a></td><td>Desconocido</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://paho.org/fhir/ops-esavi/CodeSystem/ClasificacionDesenlaceCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ClasificacionDesenlaceCS"] ; #
fhir:title [ fhir:v "Desenlaces Tras ESAVI"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-07-23T20:21:09+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "CENS"] ; #
fhir:contact ( [
fhir:name [ fhir:v "CENS" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cens.cl" ] ] )
] ) ; #
fhir:description [ fhir:v "Clasificación de Desenlace Tras Sufrir ESAVI"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Recuperado Completamente" ]
] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "En recuperación" ]
] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "No recuperado" ]
] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Recuperado con secuelas" ]
] [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Desconocido" ]
] ) . #