Guía de Implementación "cl core" FHIR R4, (Versión Evolutiva)
1.8.5 - ci-build Chile flag

Publication Build: This will be filled in by the publication tooling

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

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CSTipoIdentificador"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://hl7chile.cl/fhir/ig/clcore/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></tr><tr><td style=\"white-space:nowrap\">01<a name=\"CSTipoIdentificador-01\"> </a></td><td>Run</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"CSTipoIdentificador-02\"> </a></td><td>Run materno/progenitor(a)</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"CSTipoIdentificador-03\"> </a></td><td>Número de Folio de comprobante de parto</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"CSTipoIdentificador-04\"> </a></td><td>Número de pasaporte</td></tr><tr><td style=\"white-space:nowrap\">05<a name=\"CSTipoIdentificador-05\"> </a></td><td>Número de documento identificador de país de origen</td></tr><tr><td style=\"white-space:nowrap\">06<a name=\"CSTipoIdentificador-06\"> </a></td><td>Número de identificador FONASA</td></tr><tr><td style=\"white-space:nowrap\">07<a name=\"CSTipoIdentificador-07\"> </a></td><td>Identificador Provisorio Escolar</td></tr><tr><td style=\"white-space:nowrap\">08<a name=\"CSTipoIdentificador-08\"> </a></td><td>Identificador Provisorio Apoderado</td></tr><tr><td style=\"white-space:nowrap\">09<a name=\"CSTipoIdentificador-09\"> </a></td><td>Registro Único de Contribuyentes</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.8.5"] ; # 
  fhir:name [ fhir:v "CSTipoIdentificador"] ; # 
  fhir:title [ fhir:v "Tipo Identificador"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-07-03T00:00:00-03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Chile"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Chile" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7chile.cl" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "chair@hl7chile.cl" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Tipo Identificador"] ; # 
  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:copyright [ fhir:v "Usado con el permiso de HL7 International, todos los derechos resevados en los Licencias de HL7 Internacional."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Run" ]
  ] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "Run materno/progenitor(a)" ]
  ] [
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "Número de Folio de comprobante de parto" ]
  ] [
fhir:code [ fhir:v "04" ] ;
fhir:display [ fhir:v "Número de pasaporte" ]
  ] [
fhir:code [ fhir:v "05" ] ;
fhir:display [ fhir:v "Número de documento identificador de país de origen" ]
  ] [
fhir:code [ fhir:v "06" ] ;
fhir:display [ fhir:v "Número de identificador FONASA" ]
  ] [
fhir:code [ fhir:v "07" ] ;
fhir:display [ fhir:v "Identificador Provisorio Escolar" ]
  ] [
fhir:code [ fhir:v "08" ] ;
fhir:display [ fhir:v "Identificador Provisorio Apoderado" ]
  ] [
fhir:code [ fhir:v "09" ] ;
fhir:display [ fhir:v "Registro Único de Contribuyentes" ]
  ] ) . #