Interoperabilidad de Historia Clínica - Colombia
0.4.2 - ci-build Colombia flag

Interoperabilidad de Historia Clínica - Colombia, published by MSP Colombia. This guide is not an authorized publication; it is the continuous build for version 0.4.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/IG-ihce-co/ and changes regularly. See the Directory of published versions

: Identificadores de Profesional - TTL Representation

Active as of 2023-01-01

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IdentificadoresProfesionalVS"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet IdentificadoresProfesionalVS</b></p><a name=\"IdentificadoresProfesionalVS\"> </a><a name=\"hcIdentificadoresProfesionalVS\"> </a><a name=\"hcIdentificadoresProfesionalVS-es-CO\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-IdspersonaColombia.html\"><code>https://www.minsalud.gov.co/ihc/fhir/CodeSystem/IdspersonaColombia</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-IdspersonaColombia.html#IdspersonaColombia-CC\">CC</a></td><td>Cédula ciudadanía</td><td>Cédula ciudadanía del paciente.</td></tr><tr><td><a href=\"CodeSystem-IdspersonaColombia.html#IdspersonaColombia-CE\">CE</a></td><td>Cédula de extranjería</td><td>Cédula de extranjería</td></tr><tr><td><a href=\"CodeSystem-IdspersonaColombia.html#IdspersonaColombia-PA\">PA</a></td><td>Pasaporte</td><td>Pasaporte</td></tr><tr><td><a href=\"CodeSystem-IdspersonaColombia.html#IdspersonaColombia-PE\">PE</a></td><td>Permiso Especial de Permanencia</td><td>Permiso Especial de Permanencia</td></tr><tr><td><a href=\"CodeSystem-IdspersonaColombia.html#IdspersonaColombia-TI\">TI</a></td><td>Tarjeta de identidad</td><td>Tarjeta de identidad</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/ValueSet/IdentificadoresProfesionalVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.4.2"] ; # 
  fhir:name [ fhir:v "IdentificadoresProfesionalVS"] ; # 
  fhir:title [ fhir:v "Identificadores de Profesional"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-01-01T00:00:00-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MSP Colombia"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "MSP Colombia" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.minsalud.gov.co/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Identificadores de Profesional Colombia."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CO" ] ;
fhir:display [ fhir:v "Colombia" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/IdspersonaColombia"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "CC" ] ;
fhir:display [ fhir:v "Cédula ciudadanía" ]       ] [
fhir:code [ fhir:v "CE" ] ;
fhir:display [ fhir:v "Cédula de extranjería" ]       ] [
fhir:code [ fhir:v "PA" ] ;
fhir:display [ fhir:v "Pasaporte" ]       ] [
fhir:code [ fhir:v "PE" ] ;
fhir:display [ fhir:v "Permiso Especial de Permanencia" ]       ] [
fhir:code [ fhir:v "TI" ] ;
fhir:display [ fhir:v "Tarjeta de identidad" ]       ] )     ] )
  ] . #