0.2.0 - ci-build

ONCOnnectTumorboardIG - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DocumentReference (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"] ; # 
  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</b></p><a name=\"ONCOnnect-EX-TB-DocumentReference\"> </a><a name=\"hcONCOnnect-EX-TB-DocumentReference\"> </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 55229-9}\">Immune stain study</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>: Immunohistochemistry report</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>123456</td><td>Immunohistochemistry Bericht</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:55229-9 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "55229-9" ] ;
fhir:display [ fhir:v "Immune stain study" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/ONCOnnect-EX-TB-Patient ;
fhir:reference [ fhir:v "Patient/ONCOnnect-EX-TB-Patient" ]
  ] ; # 
  fhir:description [ fhir:v "Immunohistochemistry report"] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:size [ fhir:v "123456"^^xsd:nonNegativeInteger ] ;
fhir:title [ fhir:v "Immunohistochemistry Bericht" ]     ]
  ] ) . #