MIABIS on FHIR Implementation Guide
1.3.0 - CI Build

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

: SampleInstance - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Specimen/example> a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample" ;
       fhir:index 0 ;
       fhir:link <https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </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-sample.html\">Sample</a></p></div><p><b>Sample Collection</b>: <code>https://directory.bbmri-eric.eu/</code>/bbmri:exampleID</p><p><b>identifier</b>: sampleId</p><p><b>type</b>: <span title=\"Codes:{https://fhir.bbmri-eric.eu/CodeSystem/miabis-detailed-samply-type-cs BuffyCoat}\">Buffy coat</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Anonymous Patient Male, DoB: 1980-01-01 ( donorId)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2011-04-05 13:00:00+0000</td></tr></table><h3>Processings</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td></tr><tr><td style=\"display: none\">*</td><td/></tr></table><p><b>note</b>: </p><blockquote><div><p>This is a restriction of sample usage</p>\n</div></blockquote></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-collection-extension" ] ;
     fhir:Extension.valueIdentifier [
       fhir:Identifier.system [ fhir:value "https://directory.bbmri-eric.eu/" ] ;
       fhir:Identifier.value [ fhir:value "bbmri:exampleID" ]
     ]
  ] ;
  fhir:Specimen.identifier [
     fhir:index 0 ;
     fhir:Identifier.value [ fhir:value "sampleId" ]
  ] ;
  fhir:Specimen.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir.bbmri-eric.eu/CodeSystem/miabis-detailed-samply-type-cs" ] ;
       fhir:Coding.code [ fhir:value "BuffyCoat" ]
     ]
  ] ;
  fhir:Specimen.subject [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Specimen.collection [
     fhir:Specimen.collection.collectedDateTime [ fhir:value "2011-04-05T13:00:00Z"^^xsd:dateTime ]
  ] ;
  fhir:Specimen.processing [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-storage-temperature-extension" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "https://fhir.bbmri-eric.eu/CodeSystem/miabis-storage-temperature-cs" ] ;
           fhir:Coding.code [ fhir:value "RT" ]
         ]
       ]
     ]
  ] ;
  fhir:Specimen.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "This is a restriction of sample usage" ]
  ] .

<http://hl7.org/fhir/Patient/example> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Specimen/example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Specimen/example.ttl> .