Guía de Implementación DExe 231-Reemplaza 820 DEIS
0.1.0 - ci-build Chile flag

Guía de Implementación DExe 231-Reemplaza 820 DEIS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Corresponde al tipo o clasificación de calle. - TTL Representation

Active as of 2022-01-18

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 "CSTipoDeAnestesiaCL"] ; # 
  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://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSTipoDeAnestesiaCL</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\">1<a name=\"CSTipoDeAnestesiaCL-1\"> </a></td><td>General</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CSTipoDeAnestesiaCL-2\"> </a></td><td>Troncular o Regional</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"CSTipoDeAnestesiaCL-3\"> </a></td><td>Epidural</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CSTipoDeAnestesiaCL-4\"> </a></td><td>Local</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"CSTipoDeAnestesiaCL-5\"> </a></td><td>Sedación</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSTipoDeAnestesiaCL"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CSTipoDeAnestesiaCL"] ; # 
  fhir:title [ fhir:v "Corresponde al tipo o clasificación de calle."] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-01-18T00:00:00-03:00"^^xsd:dateTime] ; # 
  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 "Corresponde al tipo o clasificación de calle."] ; # 
  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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "General" ]
  ] [
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Troncular o Regional" ]
  ] [
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Epidural" ]
  ] [
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Local" ]
  ] [
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Sedación" ]
  ] ) . #