BBMRI.de/GBA Implementation Guide - Local Development build (v1.2.0). See the Directory of published versions
: example - 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:OrganizationAffiliation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
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>: example</p><p><b>organization</b>: German Biobank Alliance</p><p><b>participatingOrganization</b>: <a href=\"Organization/exampleBiobank\">Organization/exampleBiobank</a></p><p><b>code</b>: member <span style=\"background: LightGoldenRodYellow \">(Details : {http://terminology.hl7.org/CodeSystem/organization-role code \"member\" := \"member)</span></p></div>"
] ; #
fhir:organization [
fhir:identifier [
fhir:system [ fhir:v "http://www.bbmri-eric.eu/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "bbmri-eric:networkID:de_GBA" ] ] ;
fhir:display [ fhir:v "German Biobank Alliance" ]
] ; #
fhir:participatingOrganization [
fhir:reference [ fhir:v "Organization/exampleBiobank" ]
] ; #
fhir:code ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/organization-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "member" ] ] )
] ) . #