BBMRI.de/GBA Implementation Guide
1.2.0 - CI Build

BBMRI.de/GBA Implementation Guide - Local Development build (v1.2.0). See the Directory of published versions

: other sample diagnosis - TTL Representation

Active as of 2023-09-01

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 "OtherSampleDiagnosis"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.bbmri.de/ValueSet/OtherSampleDiagnosis"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.0"] ; # 
  fhir:name [ fhir:v "OtherSampleDiagnosis"] ; # 
  fhir:title [ fhir:v "other sample diagnosis"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-09-01T11:58:43+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "bbmri.de"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "bbmri.de" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "bbmri.de" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "feedback@germanbiobanknode.de" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhir.bbmri.de/CodeSystem/OtherSampleDiagnosis"^^xsd:anyURI ]     ] )
  ] . #