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

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

: Razones Cancelación Atención Remota - TTL Representation

Active as of 2022-05-22

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 "CSRazonNOT"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSRazonNOT</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\">pierdeLlam<a name=\"CSRazonNOT-pierdeLlam\"> </a></td><td>El participante pierde la llamada</td></tr><tr><td style=\"white-space:nowrap\">finaLlam<a name=\"CSRazonNOT-finaLlam\"> </a></td><td>El participante finalizó la llamada abruptamente</td></tr><tr><td style=\"white-space:nowrap\">problConex<a name=\"CSRazonNOT-problConex\"> </a></td><td>El participante tuvo problemas de conexión a internet</td></tr><tr><td style=\"white-space:nowrap\">medproblConex<a name=\"CSRazonNOT-medproblConex\"> </a></td><td>Tuve problemas de conexión a internet</td></tr><tr><td style=\"white-space:nowrap\">otros<a name=\"CSRazonNOT-otros\"> </a></td><td>Otros / texto libre</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSRazonNOT"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.8.1"] ; # 
  fhir:name [ fhir:v "CSRazonNOencuentroCL"] ; # 
  fhir:title [ fhir:v "Razones Cancelación Atención Remota"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-05-22T00: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 "Códigos de las razones por la cual un encuentro remoto no pudo realizarse según indicaciones del Ministerio de Salud"] ; # 
  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 "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "pierdeLlam" ] ;
fhir:display [ fhir:v "El participante pierde la llamada" ]
  ] [
fhir:code [ fhir:v "finaLlam" ] ;
fhir:display [ fhir:v "El participante finalizó la llamada abruptamente" ]
  ] [
fhir:code [ fhir:v "problConex" ] ;
fhir:display [ fhir:v "El participante tuvo problemas de conexión a internet" ]
  ] [
fhir:code [ fhir:v "medproblConex" ] ;
fhir:display [ fhir:v "Tuve problemas de conexión a internet" ]
  ] [
fhir:code [ fhir:v "otros" ] ;
fhir:display [ fhir:v "Otros / texto libre" ]
  ] ) . #