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

: 0-specimen - 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:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "0-specimen"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.bbmri.de/StructureDefinition/Specimen"^^xsd:anyURI ;
fhir:link <https://fhir.bbmri.de/StructureDefinition/Specimen>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"0-specimen\"> </a></p><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\">Resource Specimen &quot;0-specimen&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Specimen.html\">Specimen</a></p></div><p><b>Storage Temperature</b>: Degrees Celsius 2 to 10 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-StorageTemperature.html\">Storage Temperature</a>#temperature2to10)</span></p><p><b>Custodian</b>: <a href=\"Organization-exampleCollection.html\">Organization/exampleCollection</a> &quot;Venous and arterial blood from misc patients internal reserve&quot;</p><p><b>Sample Diagnosis</b>: Unknown <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-OtherSampleDiagnosis.html\">Other Sample Diagnosis</a>#unknown)</span></p><p><b>type</b>: Whole blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SampleMaterialType.html\">Sample Material Type</a>#whole-blood)</span></p><p><b>subject</b>: <a href=\"Patient-0.html\">Patient/0</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td><td><b>FastingStatus[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2005-06-17</td><td>C26.8 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#C26.8)</span></td><td>The patient indicated they did not fast prior to the procedure. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0916.html\">relevantClincialInformation</a>#NF)</span></td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.bbmri.de/StructureDefinition/StorageTemperature"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri.de/CodeSystem/StorageTemperature"^^xsd:anyURI ] ;
fhir:code [ fhir:v "temperature2to10" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.bbmri.de/StructureDefinition/Custodian"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/exampleCollection" ]     ]
  ] [
fhir:url [ fhir:v "https://fhir.bbmri.de/StructureDefinition/SampleDiagnosis"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri.de/CodeSystem/OtherSampleDiagnosis"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unknown" ]       ] )     ]
  ] ) ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri.de/CodeSystem/SampleMaterialType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "whole-blood" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/0" ]
  ] ; # 
  fhir:collection [
fhir:collected [ fhir:v "2005-06-17"^^xsd:date ] ;
fhir:bodySite [
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.19376.1.3.11.36"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C26.8" ]       ] )     ] ;
fhir:fastingStatus [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0916"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NF" ]       ] )     ]
  ] . #