Tiempos de Espera Interoperable, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/SIGTEv2-IG/ and changes regularly. See the Directory of published versions
: Códigos de Examenes - TTL Representation
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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CodigoExamen"] ; #
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: ValueSet CodigoExamen</b></p><a name=\"CodigoExamen\"> </a><a name=\"hcCodigoExamen\"> </a><a name=\"CodigoExamen-es-CL\"> </a><ul><li>Include all codes defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://interoperabilidad.minsal.cl/fhir/ig/tei/ValueSet/CodigoExamen"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.1"] ; #
fhir:name [ fhir:v "CodigoExamen"] ; #
fhir:title [ fhir:v "Códigos de Examenes"] ; #
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 "Codigos de Examenes"] ; #
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 ] ] )
] . #