HL7 Italia Terminology
0.1.2 - ci-build Italy flag

HL7 Italia Terminology, published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/terminology/ and changes regularly. See the Directory of published versions

: Tipo Osservazione - TTL Representation

Active as of 2024-10-30

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 "risultato-osservazione"] ; # 
  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 risultato-osservazione</b></p><a name=\"risultato-osservazione\"> </a><a name=\"hcrisultato-osservazione\"> </a><a name=\"risultato-osservazione-it-IT\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where STATUS  = ACTIVE and CLASSTYPE  = 1</li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASS  matches (by regex) CYTO|HL7\\.CYTOGEN|HL7\\.GENETICS|^PATH(\\..*)?|^MOLPATH(\\..*)?|NR STATS|H&amp;P\\.HX\\.LAB|CHALSKIN|LABORDERS</li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.hl7.it/fhir/terminology/ValueSet/risultato-osservazione"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.2"] ; # 
  fhir:name [ fhir:v "VsResultsLaboratoryObservation"] ; # 
  fhir:title [ fhir:v "Tipo Osservazione"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-10-30T15:29:16+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Italia"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Italia" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.it" ]     ] )
  ] [
fhir:name [ fhir:v "HL7 Italia" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.it" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Valueset contente i codici che identificano il tipo di osservazione nel referto di laboratorio."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IT" ] ;
fhir:display [ fhir:v "Italy" ]     ] )
  ] ) ; # 
  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:filter [
fhir:property [ fhir:v "STATUS" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "ACTIVE" ]       ] [
fhir:property [ fhir:v "CLASSTYPE" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "1" ]       ] )     ] ) ;
    ( fhir:exclude [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "CLASS" ] ;
fhir:op [ fhir:v "regex" ] ;
fhir:value [ fhir:v "CYTO|HL7\\.CYTOGEN|HL7\\.GENETICS|^PATH(\\..*)?|^MOLPATH(\\..*)?|NR STATS|H&P\\.HX\\.LAB|CHALSKIN|LABORDERS" ]       ] )     ] )
  ] . #