MIABIS on FHIR Implementation Guide
1.0.0 - CI Build

MIABIS on FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Sample Source Value Set - TTL Representation

Active as of 2025-05-15

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "miabis-sample-source-vs"] ; # 
  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 miabis-sample-source-vs</b></p><a name=\"miabis-sample-source-vs\"> </a><a name=\"hcmiabis-sample-source-vs\"> </a><a name=\"miabis-sample-source-vs-en-US\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-miabis-sample-source-cs.html\"><code>https://fhir.bbmri-eric.eu/CodeSystem/miabis-sample-source-cs</code></a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/ValueSet/miabis-sample-source-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "SampleSourceVS"] ; # 
  fhir:title [ fhir:v "Sample Source Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-05-15T13:14:34+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "BBMRI-ERIC"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "BBMRI-ERIC" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://bbmri-eric.eu" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@bbmri-eric.eu" ]     ] )
  ] [
fhir:name [ fhir:v "Radovan Tomasik" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "radovan.tomasik@bbmri-eric.eu" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Value set containing the possible sources of a sample."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-sample-source-cs"^^xsd:anyURI ]     ] )
  ] . #