Núcleo de Interoperabilidad de Datos (NID) - MINSAL
0.4.9 - draft Chile flag

Núcleo de Interoperabilidad de Datos (NID) - MINSAL, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.4.9 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/NID/ and changes regularly. See the Directory of published versions

: Último nivel aprobado - TTL Representation

Active as of 2022-01-18

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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/CSUNivelAprob> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CSUNivelAprob"] ;
  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 CSUNivelAprob</b></p><a name=\"CSUNivelAprob\"> </a><a name=\"hcCSUNivelAprob\"> </a><p>This case-sensitive code system <code>https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSUNivelAprob</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=\"CSUNivelAprob-1\"> </a></td><td>Preescolar</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CSUNivelAprob-2\"> </a></td><td>Especial o Diferencial</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"CSUNivelAprob-3\"> </a></td><td>Básica o Primaria</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CSUNivelAprob-4\"> </a></td><td>Media o Secundaria</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"CSUNivelAprob-5\"> </a></td><td>Educación Superior</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"CSUNivelAprob-6\"> </a></td><td>Sin Instrucción</td></tr><tr><td style=\"white-space:nowrap\">97<a name=\"CSUNivelAprob-97\"> </a></td><td>No Recuerda</td></tr><tr><td style=\"white-space:nowrap\">98<a name=\"CSUNivelAprob-98\"> </a></td><td>No Responde</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSUNivelAprob"] ;
  fhir:CodeSystem.version [ fhir:value "0.4.9"] ;
  fhir:CodeSystem.name [ fhir:value "CSUNivelAprob"] ;
  fhir:CodeSystem.title [ fhir:value "Último nivel aprobado"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2022-01-18T00:00:00-03: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 "Código del último nivel aprobado"] ;
  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 "8"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "1" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Preescolar" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "2" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Especial o Diferencial" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "3" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Básica o Primaria" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "4" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Media o Secundaria" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "5" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Educación Superior" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "6" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Sin Instrucción" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "97" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "No Recuerda" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "98" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "No Responde" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/CSUNivelAprob.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/CSUNivelAprob.ttl> .