MIABIS on FHIR Implementation Guide
1.0.0 - CI Build

MIABIS on FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: BiobankInstance - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "example-biobank"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-biobank"^^xsd:anyURI ;
fhir:link <https://fhir.bbmri-eric.eu/StructureDefinition/miabis-biobank>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization example-biobank</b></p><a name=\"example-biobank\"> </a><a name=\"hcexample-biobank\"> </a><a name=\"example-biobank-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-miabis-biobank.html\">Biobank</a></p></div><p><b>Infrastructural Capabilities Extension</b>: <span title=\"Codes:{https://fhir.bbmri-eric.eu/CodeSystem/miabis-infrastructural-capabilities-cs SampleStorage}\">Sample Storage</span></p><p><b>Organisational Capabilities Extension</b>: <span title=\"Codes:{https://fhir.bbmri-eric.eu/CodeSystem/miabis-organisational-capabilities-cs Other}\">Other</span></p><p><b>Bioprocessing and Analytical Capabilities Extension</b>: <span title=\"Codes:{https://fhir.bbmri-eric.eu/CodeSystem/miabis-bioprocessing-and-analytical-capabilities-cs Other}\">Other</span></p><p><b>Quality Management Standard Extension</b>: ISO 9001</p><p><b>Description extension</b>: descriptionExample</p><p><b>identifier</b>: <code>http://www.bbmri-eric.eu/</code>/biobankId</p><p><b>name</b>: biobankName</p><p><b>alias</b>: biobankAlias</p><p><b>telecom</b>: <a href=\"http://biobank.com\">http://biobank.com</a></p><p><b>address</b>: CZ </p><p><b>partOf</b>: <a href=\"Organization/example-juristic-person\">Organization/example-juristic-person</a></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>contactName contactFamilyName </td><td>ph: contactEmail</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-infrastructural-capabilities-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-infrastructural-capabilities-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SampleStorage" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-organisational-capabilities-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-organisational-capabilities-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Other" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-bioprocessing-and-analytical-capabilities-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-bioprocessing-and-analytical-capabilities-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Other" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-quality-management-standard-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "ISO 9001"     ]
  ] [
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-organization-description-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "descriptionExample"     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://www.bbmri-eric.eu/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "biobankId" ]
  ] ) ; # 
  fhir:name [ fhir:v "biobankName"] ; # 
  fhir:alias ( [ fhir:v "biobankAlias"] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://biobank.com" ]
  ] ) ; # 
  fhir:address ( [
fhir:country [ fhir:v "CZ" ]
  ] ) ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Organization/example-juristic-person" ]
  ] ; # 
  fhir:contact ( [
fhir:name [
fhir:family [ fhir:v "contactFamilyName" ] ;
      ( fhir:given [ fhir:v "contactName" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "contactEmail" ]     ] )
  ] ) . #