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

: exampleCollectionRD - 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 "exampleCollectionRD"] ; # 
  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 contains samples from patients with lycanthropy." ]
  ] [
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 "DISEASE_SPECIFIC" ] ;
fhir:display [ fhir:v "Disease specific" ]       ] )     ]
  ] [
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 "RD" ] ;
fhir:display [ fhir:v "Rare disease collection" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.bbmri.de/StructureDefinition/IdCard"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://catalogue.rd-connect.eu/werewolf"^^xsd:anyURI ]
  ] [
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 "description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Acessing researchers must prove that security standards equivalent or stricter than local standards are adhered to." ]     ] ) ;
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_54321:collection:werewolf" ]
  ] ) ; # 
  fhir:name [ fhir:v "WidE REsearch for Welfare On Lycantrophy Field"] ; # 
  fhir:alias ( [ fhir:v "WEREWOLF"] ) ; # 
  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 "Lupin" ] ;
      ( fhir:given [ fhir:v "Remus" ] ) ;
      ( fhir:prefix [ fhir:v "Prof." ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "other" ] ;
fhir:value [ fhir:v "Owl post to Hogwarts" ]     ] )
  ] ) . #