Repositorio de Reportes de Biopsias Oncológicas
0.3.0-draft - draft Chile flag

Repositorio de Reportes de Biopsias Oncológicas, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.3.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/R2BO/ and changes regularly. See the Directory of published versions

: ValueSet Para Hallazgos Clínicos - TTL Representation

Draft as of 2026-08-14

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/r2bo-hallazgos-clinicos-cie10-VS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "r2bo-hallazgos-clinicos-cie10-VS"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet r2bo-hallazgos-clinicos-cie10-VS</b></p><a name=\"r2bo-hallazgos-clinicos-cie10-VS\"> </a><a name=\"hcr2bo-hallazgos-clinicos-cie10-VS\"> </a><ul><li>Include codes from<a href=\"http://tx.fhir.org/r4\"><code>http://hl7.org/fhir/sid/icd-10</code></a><span title=\"Version is explicitly stated to be 2019-covid-expanded\"> version ?2019-covid-expanded</span> where concept  descends from <a href=\"http://tx.fhir.org/r4/ValueSet/icd10-2019#icd10-2019-II\">II</a> and kind  = category</li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://interoperabilidad.minsal.cl/fhir/ig/r2bo/ValueSet/r2bo-hallazgos-clinicos-cie10-VS"] ;
  fhir:ValueSet.version [ fhir:value "0.3.0-draft"] ;
  fhir:ValueSet.name [ fhir:value "HallazgosClinicosCIE10VS"] ;
  fhir:ValueSet.title [ fhir:value "ValueSet Para Hallazgos Clínicos"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-14T20:05:58+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Unidad de Interoperabilidad - MINSAL"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Unidad de Interoperabilidad - MINSAL" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://interoperabilidad.minsal.cl" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:ContactDetail.name [ fhir:value "Franco Ulloa" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "franco.ulloa@minsal.cl" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Este ValueSet contiene los códigos que representan las neoplasias de la CIE 10"] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "CL" ] ;
       fhir:Coding.display [ fhir:value "Chile" ]
     ]
  ] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "2019-covid-expanded" ] ;
       fhir:ValueSet.compose.include.filter [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ] ;
         fhir:ValueSet.compose.include.filter.op [ fhir:value "descendent-of" ] ;
         fhir:ValueSet.compose.include.filter.value [ fhir:value "II" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.filter.property [ fhir:value "kind" ] ;
         fhir:ValueSet.compose.include.filter.op [ fhir:value "=" ] ;
         fhir:ValueSet.compose.include.filter.value [ fhir:value "category" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/r2bo-hallazgos-clinicos-cie10-VS.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/r2bo-hallazgos-clinicos-cie10-VS.ttl> .