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.0 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
: Medios de Comunicación con el Paciente - TTL Representation
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 "VSSistemasComunicacion"] ; #
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 VSSistemasComunicacion</b></p><a name=\"VSSistemasComunicacion\"> </a><a name=\"hcVSSistemasComunicacion\"> </a><a name=\"VSSistemasComunicacion-es-CL\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html\"><code>http://hl7.org/fhir/contact-point-system</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=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-phone\">phone</a></td><td style=\"color: #cccccc\">Phone</td><td>The value is a telephone number used for voice calls. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-email\">email</a></td><td style=\"color: #cccccc\">Email</td><td>The value is an email address.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-other\">other</a></td><td style=\"color: #cccccc\">Other</td><td>A contact that is not a phone, fax, page or email address and is not expressible as a URL. E.g. Internal mail address. This SHOULD NOT be used for contacts that are expressible as a URL (e.g. Skype, Twitter, Facebook, etc.) Extensions may be used to distinguish "other" contact types.</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/nid/ValueSet/VSSistemasComunicacion"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.4.0"] ; #
fhir:name [ fhir:v "VSSistemasComunicacion"] ; #
fhir:title [ fhir:v "Medios de Comunicación con el Paciente"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-01-15"^^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 "Este es un filtro del \"system\" del telecom del paciente solo para que se ocupen los indicados por normativa"] ; #
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 "http://hl7.org/fhir/contact-point-system"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "phone" ] ] [
fhir:code [ fhir:v "email" ] ] [
fhir:code [ fhir:v "other" ] ] ) ] )
] . #