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
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 "ResourceType"] ; # 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/ResourceType"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.2.0"] ; # fhir:name [ fhir:v "ResourceType"] ; # fhir:title [ fhir:v "Resource 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:description [ fhir:v "Types of resources that may be governed by a biobank or its collections"] ; # fhir:purpose [ fhir:v "This CodeSystem provides the different types of resources distinguished by the BBMRI-ERIC Directory"] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "samples" ] ; fhir:display [ fhir:v "Samples" ] ] [ fhir:code [ fhir:v "data" ] ; fhir:display [ fhir:v "Data" ] ] [ fhir:code [ fhir:v "images" ] ; fhir:display [ fhir:v "Images" ] ] ) . #