Guía de Implementación para la gestión de citas médicas enfocado en la APS, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/agenda/ and changes regularly. See the Directory of published versions
| Active as of 2026-07-07 |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/CSServicios> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "CSServicios"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SistemaDeCodigos CSServicios</b></p><a name=\"CSServicios\"> </a><a name=\"hcCSServicios\"> </a><p>This case-sensitive code system <code>https://interoperabilidad.minsal.cl/fhir/ig/agenda/CodeSystem/CSServicios</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=\"CSServicios-1\"> </a></td><td>Información y asistencia sobre adopción y atención permanente</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CSServicios-2\"> </a></td><td>Evaluación de atención a personas mayores</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"CSServicios-3\"> </a></td><td>Información y derivaciones para el cuidado de personas mayores</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CSServicios-4\"> </a></td><td>Atención residencial para ancianos</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"CSServicios-5\"> </a></td><td>Gestión de casos para personas mayores</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"CSServicios-6\"> </a></td><td>Comidas a domicilio (Meals On Wheels)</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"CSServicios-7\"> </a></td><td>Visita amistosa</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"CSServicios-8\"> </a></td><td>Asistencia para el cuidado del hogar/limpieza del hogar</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"CSServicios-9\"> </a></td><td>Mantenimiento y reparación del hogar</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"CSServicios-10\"> </a></td><td>Alarmas/Alertas Personales</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/agenda/CodeSystem/CSServicios"] ;
fhir:CodeSystem.version [ fhir:value "0.4.0"] ;
fhir:CodeSystem.name [ fhir:value "CSServicios"] ;
fhir:CodeSystem.title [ fhir:value "CSServicios"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-07-07T14:12:30+00:00"^^xsd:dateTime] ;
fhir:CodeSystem.publisher [ fhir:value "Unidad de Interoperabilidad - MINSAL"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "Unidad de Interoperabilidad - MINSAL" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://interoperabilidad.minsal.cl" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "Aca estan los codigos del servicio del prestador que dara la cita"] ;
fhir:CodeSystem.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "CL" ] ;
fhir:Coding.display [ fhir:value "Chile" ]
]
] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "10"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "1" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Información y asistencia sobre adopción y atención permanente" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "2" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Evaluación de atención a personas mayores" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "3" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Información y derivaciones para el cuidado de personas mayores" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "4" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Atención residencial para ancianos" ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "5" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Gestión de casos para personas mayores" ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "6" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Comidas a domicilio (Meals On Wheels)" ]
], [
fhir:index 6 ;
fhir:CodeSystem.concept.code [ fhir:value "7" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Visita amistosa" ]
], [
fhir:index 7 ;
fhir:CodeSystem.concept.code [ fhir:value "8" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Asistencia para el cuidado del hogar/limpieza del hogar" ]
], [
fhir:index 8 ;
fhir:CodeSystem.concept.code [ fhir:value "9" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Mantenimiento y reparación del hogar" ]
], [
fhir:index 9 ;
fhir:CodeSystem.concept.code [ fhir:value "10" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Alarmas/Alertas Personales" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/CSServicios.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/CSServicios.ttl> .
IG © 2024+ Unidad de Interoperabilidad - MINSAL. Package hl7.fhir.cl.agenda#0.4.0 based on FHIR 4.0.1. Generated 2026-07-07
Links: Tabla de contenidos |
Reporte QA