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

: Signos Vitales - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SignosVitales"] ; # 
  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: ConjuntoValores / ConjuntoDeValores SignosVitales</b></p><a name=\"SignosVitales\"> </a><a name=\"hcSignosVitales\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> version <span title=\"Version is not explicity stated. No matching Code System found\">Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/9279-1/\">9279-1</a></td><td style=\"color: #cccccc\">Respiratory rate</td></tr><tr><td><a href=\"https://loinc.org/8867-4/\">8867-4</a></td><td style=\"color: #cccccc\">Heart rate</td></tr><tr><td><a href=\"https://loinc.org/2708-6/\">2708-6</a></td><td style=\"color: #cccccc\">Oxygen saturation in Arterial blood</td></tr><tr><td><a href=\"https://loinc.org/8310-5/\">8310-5</a></td><td style=\"color: #cccccc\">Body temperature</td></tr><tr><td><a href=\"https://loinc.org/8302-2/\">8302-2</a></td><td style=\"color: #cccccc\">Body height</td></tr><tr><td><a href=\"https://loinc.org/29463-7/\">29463-7</a></td><td style=\"color: #cccccc\">Body weight</td></tr><tr><td><a href=\"https://loinc.org/39156-5/\">39156-5</a></td><td style=\"color: #cccccc\">Body mass index (BMI) [Ratio]</td></tr><tr><td><a href=\"https://loinc.org/85354-9/\">85354-9</a></td><td style=\"color: #cccccc\">Blood pressure panel with all children optional</td></tr><tr><td><a href=\"https://loinc.org/8480-6/\">8480-6</a></td><td style=\"color: #cccccc\">Systolic blood pressure</td></tr><tr><td><a href=\"https://loinc.org/8462-4/\">8462-4</a></td><td style=\"color: #cccccc\">Diastolic blood pressure</td></tr><tr><td><a href=\"https://loinc.org/8478-0/\">8478-0</a></td><td style=\"color: #cccccc\">Mean blood pressure</td></tr><tr><td><a href=\"https://loinc.org/72514-3/\">72514-3</a></td><td style=\"color: #cccccc\">Pain severity - 0-10 verbal numeric rating [Score] - Reported</td></tr><tr><td><a href=\"https://loinc.org/9269-2/\">9269-2</a></td><td style=\"color: #cccccc\">Glasgow coma score total</td></tr><tr><td><a href=\"https://loinc.org/15074-8/\">15074-8</a></td><td style=\"color: #cccccc\">Glucose [Moles/volume] in Blood</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/urgencia/ValueSet/SignosVitales"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.2-qa-preview"] ; # 
  fhir:name [ fhir:v "VSSignosVitales"] ; # 
  fhir:title [ fhir:v "Signos Vitales"] ; # 
  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ódigos empleados para registrar los diferentes signos vitales de un paciente en un servicio 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:copyright [ fhir:v "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "9279-1" ]       ] [
fhir:code [ fhir:v "8867-4" ]       ] [
fhir:code [ fhir:v "2708-6" ]       ] [
fhir:code [ fhir:v "8310-5" ]       ] [
fhir:code [ fhir:v "8302-2" ]       ] [
fhir:code [ fhir:v "29463-7" ]       ] [
fhir:code [ fhir:v "39156-5" ]       ] [
fhir:code [ fhir:v "85354-9" ]       ] [
fhir:code [ fhir:v "8480-6" ]       ] [
fhir:code [ fhir:v "8462-4" ]       ] [
fhir:code [ fhir:v "8478-0" ]       ] [
fhir:code [ fhir:v "72514-3" ]       ] [
fhir:code [ fhir:v "9269-2" ]       ] [
fhir:code [ fhir:v "15074-8" ]       ] )     ] )
  ] . #