German Oncological Data Standard (GOLD)
0.1.0 - CI Build Germany flag

German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: blood-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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "blood-specimen"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.vision-zero-oncology.de/fhir/StructureDefinition/tumor-specimen"^^xsd:anyURI ;
fhir:link <https://www.vision-zero-oncology.de/fhir/StructureDefinition/tumor-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=\"blood-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;blood-specimen&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-tumor-specimen.html\">Profile Tumor Specimen</a></p></div><p><b>Specimen part of Tumor</b>: <a href=\"BodyStructure-SplenicStructure.html\">BodyStructure/SplenicStructure</a></p><p><b>identifier</b>: id: specimen_02</p><p><b>status</b>: available</p><p><b>type</b>: Cerebellar neoplasm specimen (specimen) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#16210851000119107)</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Patient/ExamplePatient</a> &quot; BACH&quot;</p><p><b>receivedTime</b>: 2021-11-24</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2021-11-23</td><td>Cerebellar structure (body structure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#113305005)</span></td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://www.vision-zero-oncology.de/fhir/StructureDefinition/part-of"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "BodyStructure/SplenicStructure" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://www.charite.de/fhir/sid/bioproben"^^xsd:anyURI ] ;
fhir:value [ fhir:v "specimen_02" ]
  ] ) ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:type [
    ( fhir:coding [
a sct:16210851000119107 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "16210851000119107" ] ;
fhir:display [ fhir:v "Cerebellar neoplasm specimen (specimen)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ExamplePatient" ]
  ] ; # 
  fhir:receivedTime [ fhir:v "2021-11-24"^^xsd:date] ; # 
  fhir:collection [
fhir:collected [ fhir:v "2021-11-23"^^xsd:date ] ;
fhir:bodySite [
      ( fhir:coding [
a sct:113305005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "113305005" ] ;
fhir:display [ fhir:v "Cerebellar structure (body structure)" ]       ] )     ]
  ] . #