ONCOnnectTumorboardIG - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: DocumentReference Tumorboard Result (Example) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ONCOnnect-EX-TB-DocumentReference-Result"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://tumorboards-ig.app.ccc-onconnect.de/StructureDefinition/onconnect-pr-tb-documentreference"^^xsd:anyURI ;
fhir:l <https://tumorboards-ig.app.ccc-onconnect.de/StructureDefinition/onconnect-pr-tb-documentreference> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ONCOnnect-EX-TB-DocumentReference-Result</b></p><a name=\"ONCOnnect-EX-TB-DocumentReference-Result\"> </a><a name=\"hcONCOnnect-EX-TB-DocumentReference-Result\"> </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-onconnect-pr-tb-documentreference.html\">DocumentReference (Profile)</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 85231-9}\">Tumor board Note</span></p><p><b>subject</b>: <a href=\"Patient-ONCOnnect-EX-TB-Patient.html\">Leo Muster (official) Other, DoB: 1980-04-06 ( Krankenversichertennummer)</a></p><p><b>description</b>: Tumorboard result protocol</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Size</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td>234567</td><td>Tumorboard-Ergebnisprotokoll.pdf</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:type [
( fhir:coding [
a loinc:85231-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "85231-9" ] ;
fhir:display [ fhir:v "Tumor board Note" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/ONCOnnect-EX-TB-Patient ;
fhir:reference [ fhir:v "Patient/ONCOnnect-EX-TB-Patient" ]
] ; #
fhir:description [ fhir:v "Tumorboard result protocol"] ; #
fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:size [ fhir:v "234567"^^xsd:nonNegativeInteger ] ;
fhir:title [ fhir:v "Tumorboard-Ergebnisprotokoll.pdf" ] ]
] ) . #