1.6.0 - ci-build

DiagnosticReportIG - Local Development build (v1.6.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: All Observation Codes VS - TTL Representation

Active as of 2026-08-31

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/all-observation-codes-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "all-observation-codes-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 all-observation-codes-vs</b></p><a name=\"all-observation-codes-vs\"> </a><a name=\"hcall-observation-codes-vs\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-investigation-id-vs.html\">Investigation Id VS</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-observation-result-vs.html\">Observation Result VS</a></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://nhn.no/fhir/nilar/ValueSet/all-observation-codes-vs"] ;
  fhir:ValueSet.version [ fhir:value "1.6.0"] ;
  fhir:ValueSet.name [ fhir:value "AllObservationCodes_VS"] ;
  fhir:ValueSet.title [ fhir:value "All Observation Codes VS"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-08-31T14:07:19+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Norsk helsenett - Nilar"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Norsk helsenett - Nilar" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.nhn.no" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "All codes found in investigation or result. Used in Observation.meta.tag where all codes are accumulated for easy search."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://nhn.no/fhir/nilar/ValueSet/investigation-id-vs" ;
         fhir:index 0 ;
         fhir:link <http://nhn.no/fhir/nilar/ValueSet/investigation-id-vs>
       ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://nhn.no/fhir/nilar/ValueSet/observation-result-vs" ;
         fhir:index 0 ;
         fhir:link <http://nhn.no/fhir/nilar/ValueSet/observation-result-vs>
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/all-observation-codes-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/all-observation-codes-vs.ttl> .