Smart Bear Implementation Guide
0.3.4 - ci-build

Smart Bear Implementation Guide - Local Development build (v0.3.4). See the Directory of published versions

: LOINC Value Set - TTL Representation

Active as of 2024-04-22

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:Resource.id [ fhir:value "LNCVS"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a></li></ul></div>"
  ]; # 
  fhir:ValueSet.url [ fhir:value "https://smart-bear.eu/fhir/ValueSet/LNCVS"]; # 
  fhir:ValueSet.version [ fhir:value "0.3.4"]; # 
  fhir:ValueSet.name [ fhir:value "LNCVS"]; # 
  fhir:ValueSet.title [ fhir:value "LOINC Value Set"]; # 
  fhir:ValueSet.status [ fhir:value "active"]; # 
  fhir:ValueSet.date [ fhir:value "2024-04-22T12:34:38+02:00"^^xsd:dateTime]; # 
  fhir:ValueSet.description [ fhir:value "Value set including all codes from LOINC"]; # 
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ]     ]
  ]. # 

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.