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

: exampleCollection - TTL Representation

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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "exampleCollection"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.bbmri.de/StructureDefinition/Collection"^^xsd:anyURI ;
fhir:link <https://fhir.bbmri.de/StructureDefinition/Collection>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: exampleCollection</p><p><b>meta</b>: </p><p><b>identifier</b>: bbmri-eric:ID:DE_12345:collection:vampir</p><p><b>name</b>: Venous and arterial blood from misc patients internal reserve </p><p><b>alias</b>: VAMPIR</p><p><b>partOf</b>: <a href=\"Organization/exampleBiobank\">Organization/exampleBiobank</a></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.bbmri.de/StructureDefinition/OrganizationDescription"^^xsd:anyURI ] ;
fhir:value [ fhir:v "The Collection consists of blood from patients at the Klinikum Neustadt." ]
  ] [
fhir:url [ fhir:v "https://fhir.bbmri.de/StructureDefinition/BioresourceReference"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ISBN 3-458-34803-4" ]
  ] [
fhir:url [ fhir:v "https://fhir.bbmri.de/StructureDefinition/CollectionType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri.de/CodeSystem/CollectionType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HOSPITAL" ] ;
fhir:display [ fhir:v "Hospital" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.bbmri.de/StructureDefinition/CollectionType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri.de/CodeSystem/CollectionType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SAMPLE" ] ;
fhir:display [ fhir:v "Sample collection" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.bbmri.de/StructureDefinition/DataCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri.de/CodeSystem/DataCategory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BIOLOGICAL_SAMPLES" ] ;
fhir:display [ fhir:v "Biological samples" ]       ] )     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "resource"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri.de/CodeSystem/ResourceType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "samples" ] ;
fhir:display [ fhir:v "Samples" ]         ] )       ]     ] [
fhir:url [ fhir:v "resource"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri.de/CodeSystem/ResourceType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "data" ] ;
fhir:display [ fhir:v "Data" ]         ] )       ]     ] [
fhir:url [ fhir:v "fee"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:url [ fhir:v "description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Access contract inluding data protection guidelines needs to be signed." ]     ] ) ;
fhir:url [ fhir:v "https://fhir.bbmri.de/StructureDefinition/AccessPolicy"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://www.bbmri-eric.eu/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "bbmri-eric:ID:DE_12345:collection:vampir" ]
  ] ) ; # 
  fhir:name [ fhir:v "Venous and arterial blood from misc patients internal reserve"] ; # 
  fhir:alias ( [ fhir:v "VAMPIR"] ) ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Organization/exampleBiobank" ]
  ] ; # 
  fhir:contact ( [
fhir:purpose [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ADMIN" ] ;
fhir:display [ fhir:v "Administrative" ]       ] )     ] ;
fhir:name [
fhir:family [ fhir:v "Dracula" ] ;
      ( fhir:given [ fhir:v "Vladimir" ] ) ;
      ( fhir:prefix [ fhir:v "Graf" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "0452 4624-66" ]     ] )
  ] ) . #