Atención de Urgencia Interoperable
0.1.2-qa-preview - qa-preview Chile flag

Atención de Urgencia Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.1.2-qa-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/IG_Urgencia/ and changes regularly. See the Directory of published versions

: CSCategorizacionNoRealizada - TTL Representation

Active as of 2025-10-09

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "categorizacion-no-realizada"] ; # 
  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: SistemaDeCodigos categorizacion-no-realizada</b></p><a name=\"categorizacion-no-realizada\"> </a><a name=\"hccategorizacion-no-realizada\"> </a><p>This case-sensitive code system <code>https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/categorizacion-no-realizada</code> defines the following code:</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\">99<a name=\"categorizacion-no-realizada-99\"> </a></td><td>Sin Categorizar</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/categorizacion-no-realizada"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.2-qa-preview"] ; # 
  fhir:name [ fhir:v "CSCategorizacionNoRealizada"] ; # 
  fhir:title [ fhir:v "CSCategorizacionNoRealizada"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-10-09T00:25:42+00: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:name [ fhir:v "Roberto Araneda" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "roberto.araneda@chiledata.cl" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] [
fhir:name [ fhir:v "John Díaz" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "john.diaz@chiledata.cl" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Código asociado a la categorización no realizada en el sistema de salud chileno"] ; # 
  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] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "99" ] ;
fhir:display [ fhir:v "Sin Categorizar" ]
  ] ) . #