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

: Collection Type - 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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CollectionType"] ; # 
  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/CodeSystem/CollectionType"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.0"] ; # 
  fhir:name [ fhir:v "CollectionType"] ; # 
  fhir:title [ fhir:v "Collection Type"] ; # 
  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:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "SAMPLE" ] ;
fhir:display [ fhir:v "Sample collection" ]
  ] [
fhir:code [ fhir:v "TWIN_STUDY" ] ;
fhir:display [ fhir:v "Twin-study" ]
  ] [
fhir:code [ fhir:v "RD" ] ;
fhir:display [ fhir:v "Rare disease collection" ]
  ] [
fhir:code [ fhir:v "NON_HUMAN" ] ;
fhir:display [ fhir:v "Non-human" ]
  ] [
fhir:code [ fhir:v "BIRTH_COHORT" ] ;
fhir:display [ fhir:v "Birth cohort" ]
  ] [
fhir:code [ fhir:v "CASE_CONTROL" ] ;
fhir:display [ fhir:v "Case-Control" ]
  ] [
fhir:code [ fhir:v "COHORT" ] ;
fhir:display [ fhir:v "Cohort" ]
  ] [
fhir:code [ fhir:v "CROSS_SECTIONAL" ] ;
fhir:display [ fhir:v "Cross-Sectional" ]
  ] [
fhir:code [ fhir:v "DISEASE_SPECIFIC" ] ;
fhir:display [ fhir:v "Disease specific" ]
  ] [
fhir:code [ fhir:v "HOSPITAL" ] ;
fhir:display [ fhir:v "Hospital" ]
  ] [
fhir:code [ fhir:v "IMAGE" ] ;
fhir:display [ fhir:v "Image collection" ]
  ] [
fhir:code [ fhir:v "LONGITUDINAL" ] ;
fhir:display [ fhir:v "Longitudinal" ]
  ] [
fhir:code [ fhir:v "OTHER" ] ;
fhir:display [ fhir:v "other" ]
  ] [
fhir:code [ fhir:v "POPULATION_BASED" ] ;
fhir:display [ fhir:v "Population-based" ]
  ] [
fhir:code [ fhir:v "QUALITY_CONTROL" ] ;
fhir:display [ fhir:v "Quality control" ]
  ] ) . #