Guía de Implementación "cl core" FHIR R4, (Versión Evolutiva)
1.8.1 - ci-build Chile flag

Publication Build: This will be filled in by the publication tooling

: Diagnósticos SNOMED y Ausente o Desconocido - TTL Representation

Active as of 2022-07-25

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 "VSDiagnosticosSCT"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a></li><li>Include all codes defined in <a href=\"http://hl7.org/fhir/uv/ips/STU1/CodeSystem-absent-unknown-uv-ips.html\"><code>http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://hl7chile.cl/fhir/ig/clcore/ValueSet/VSDiagnosticosSCT"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.8.1"] ; # 
  fhir:name [ fhir:v "VSDiagnosticosSCT"] ; # 
  fhir:title [ fhir:v "Diagnósticos SNOMED y Ausente o Desconocido"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-07-25T00:00:00-03:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Chile"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Chile" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7chile.cl" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "chair@hl7chile.cl" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Diagnósticos definidos en Snomed-CT."] ; # 
  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 value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ]     ] [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/ips/CodeSystem/absent-unknown-uv-ips"^^xsd:anyURI ]     ] )
  ] . #