Atención de Urgencia Interoperable
0.1.1 - draft Chile flag

Atención de Urgencia Interoperable - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CSEventosUrgencia - TTL Representation

Active as of 2024-12-17

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 "eventos-urgencia"] ; # 
  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: CodeSystem eventos-urgencia</b></p><a name=\"eventos-urgencia\"> </a><a name=\"hceventos-urgencia\"> </a><a name=\"eventos-urgencia-es-CL\"> </a><p>This case-sensitive code system <code>https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/eventos-urgencia</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">admision<a name=\"eventos-urgencia-admision\"> </a></td><td>Admisión</td><td>Admisión del paciente en urgencia</td></tr><tr><td style=\"white-space:nowrap\">categorizacion<a name=\"eventos-urgencia-categorizacion\"> </a></td><td>Categorización</td><td>Categorización del paciente</td></tr><tr><td style=\"white-space:nowrap\">atencion<a name=\"eventos-urgencia-atencion\"> </a></td><td>Atención</td><td>Atención del paciente</td></tr><tr><td style=\"white-space:nowrap\">egreso<a name=\"eventos-urgencia-egreso\"> </a></td><td>Egreso</td><td>Egreso del paciente</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/CodeSystem/eventos-urgencia"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "CSEventosUrgencia"] ; # 
  fhir:title [ fhir:v "CSEventosUrgencia"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-12-17T10:22:12-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: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ódigos de eventos de urgencia"] ; # 
  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 "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "admision" ] ;
fhir:display [ fhir:v "Admisión" ] ;
fhir:definition [ fhir:v "Admisión del paciente en urgencia" ]
  ] [
fhir:code [ fhir:v "categorizacion" ] ;
fhir:display [ fhir:v "Categorización" ] ;
fhir:definition [ fhir:v "Categorización del paciente" ]
  ] [
fhir:code [ fhir:v "atencion" ] ;
fhir:display [ fhir:v "Atención" ] ;
fhir:definition [ fhir:v "Atención del paciente" ]
  ] [
fhir:code [ fhir:v "egreso" ] ;
fhir:display [ fhir:v "Egreso" ] ;
fhir:definition [ fhir:v "Egreso del paciente" ]
  ] ) . #