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.8-testing 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
: Códigos de Países para NID - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "vs-codigos-paises-nid"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConjuntoValores / ConjuntoDeValores vs-codigos-paises-nid</b></p><a name=\"vs-codigos-paises-nid\"> </a><a name=\"hcvs-codigos-paises-nid\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-ISO3166Part1.html\"><code>urn:iso:std:iso:3166</code></a> where code matches (by regex) [0-9]{3}</li><li>Include all codes defined in <a href=\"CodeSystem-cs-pais-desconocido.html\"><code>https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/cs-pais-desconocido</code></a></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/nid/ValueSet/vs-codigos-paises-nid"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.4.8-testing"] ; #
fhir:name [ fhir:v "VSCodigosPaisesNID"] ; #
fhir:title [ fhir:v "Códigos de Países para NID"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2024-09-25"^^xsd:date] ; #
fhir:publisher [ fhir:v "Unidad de Interoperabilidad - MINSAL"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Unidad de Interoperabilidad - MINSAL" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://interoperabilidad.minsal.cl" ] ] )
] ) ; #
fhir:description [ fhir:v "códigos de países según norma ISO 3166-1, para uso en NID (Identificador Nacional de Paciente)"] ; #
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:compose [
( fhir:include [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
( fhir:filter [
fhir:property [ fhir:v "code" ] ;
fhir:op [ fhir:v "regex" ] ;
fhir:value [ fhir:v "[0-9]{3}" ] ] ) ] [
fhir:system [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/nid/CodeSystem/cs-pais-desconocido"^^xsd:anyURI ] ] )
] . #