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

: Tipo Identificador - TTL Representation

Active as of 2023-07-03

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/CSTipoIdentificador> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CSTipoIdentificador"] ;
  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 CSTipoIdentificador</b></p><a name=\"CSTipoIdentificador\"> </a><a name=\"hcCSTipoIdentificador\"> </a><p>This case-sensitive code system <code>https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSTipoIdentificador</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"CSTipoIdentificador-1\"> </a></td><td>RUN</td><td>Rol Único Nacional</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CSTipoIdentificador-2\"> </a></td><td>RUN Provisorio</td><td>RUN provisorio (Artículo 44)</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"CSTipoIdentificador-3\"> </a></td><td>RUN Madre</td><td>RUN Madre (para recién nacido)</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CSTipoIdentificador-4\"> </a></td><td>Número Folio</td><td>Número Folio Comprobante de Parto chileno</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"CSTipoIdentificador-5\"> </a></td><td>PPN</td><td>Pasaporte</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"CSTipoIdentificador-6\"> </a></td><td>Documento de identificación del país de origen</td><td>Documento de identificación del país de origen</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"CSTipoIdentificador-7\"> </a></td><td>Acta de nacimiento del país de origen</td><td>Acta de nacimiento del país de origen</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"CSTipoIdentificador-8\"> </a></td><td>NIP</td><td>Número de Identificación Provisorio (NIP)</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"CSTipoIdentificador-9\"> </a></td><td>NIC</td><td>Número Identificatorio para cotizar (NIC)</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"CSTipoIdentificador-10\"> </a></td><td>IPA</td><td>Identificación Provisoria del Apoderado (IPA)</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"CSTipoIdentificador-11\"> </a></td><td>IPE</td><td>Identificación Provisoria del Escolar (IPE)</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"CSTipoIdentificador-12\"> </a></td><td>Número de Ficha Clínica Sistema Local</td><td>Número de Ficha Clínica Sistema Local</td></tr><tr><td style=\"white-space:nowrap\">13<a name=\"CSTipoIdentificador-13\"> </a></td><td>RNPI</td><td>Registro Nacional de Prestadores Individuales</td></tr><tr><td style=\"white-space:nowrap\">14<a name=\"CSTipoIdentificador-14\"> </a></td><td>OTRO</td><td>Otro tipo de identificador</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/CSTipoIdentificador"] ;
  fhir:CodeSystem.version [ fhir:value "0.4.9"] ;
  fhir:CodeSystem.name [ fhir:value "CSTipoIdentificador"] ;
  fhir:CodeSystem.title [ fhir:value "Tipo Identificador"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2023-07-03T00: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 "Tipo Identificador"] ;
  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 "14"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "1" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "RUN" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Rol Único Nacional" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "2" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "RUN Provisorio" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "RUN provisorio (Artículo 44)" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "3" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "RUN Madre" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "RUN Madre (para recién nacido)" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "4" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Número Folio" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Número Folio Comprobante de Parto chileno" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "5" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "PPN" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Pasaporte" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "6" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Documento de identificación del país de origen" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Documento de identificación del país de origen" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "7" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Acta de nacimiento del país de origen" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Acta de nacimiento del país de origen" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "8" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "NIP" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Número de Identificación Provisorio (NIP)" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "9" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "NIC" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Número Identificatorio para cotizar (NIC)" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "10" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "IPA" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Identificación Provisoria del Apoderado (IPA)" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "11" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "IPE" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Identificación Provisoria del Escolar (IPE)" ]
  ], [
     fhir:index 11 ;
     fhir:CodeSystem.concept.code [ fhir:value "12" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Número de Ficha Clínica Sistema Local" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Número de Ficha Clínica Sistema Local" ]
  ], [
     fhir:index 12 ;
     fhir:CodeSystem.concept.code [ fhir:value "13" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "RNPI" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Registro Nacional de Prestadores Individuales" ]
  ], [
     fhir:index 13 ;
     fhir:CodeSystem.concept.code [ fhir:value "14" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "OTRO" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Otro tipo de identificador" ]
  ] .

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

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