This page is part of the CCDA: Consolidated CDA Release (v2.1.0-draft1: CCDA 2.1 Draft) based on FHIR v5.0.0. . For a full list of available versions, see the Directory of published versions
: Diagnostic Imaging Report Example - 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:Binary;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "DIR-Participant-Example"]; #
fhir:Binary.contentType [ fhir:value "application/xml"]; #
fhir:Binary.data [ fhir:value "PHBhcnRpY2lwYW50IHR5cGVDb2RlPSJSRUYiPgogIDxhc3NvY2lhdGVkRW50aXR5IGNsYXNzQ29kZT0iUFJPViI+CiAgICA8aWQgbnVsbEZsYXZvcj0iTkkiIC8+CiAgICA8YWRkciBudWxsRmxhdm9yPSJOSSIgLz4KICAgIDx0ZWxlY29tIG51bGxGbGF2b3I9Ik5JIiAvPgogICAgPGFzc29jaWF0ZWRQZXJzb24+CiAgICAgIDxuYW1lPgogICAgICAgIDxnaXZlbj5BbWFuZGE8L2dpdmVuPgogICAgICAgIDxmYW1pbHk+QXNzaWduZWQ8L2ZhbWlseT4KICAgICAgICA8c3VmZml4Pk1EPC9zdWZmaXg+CiAgICAgIDwvbmFtZT4KICAgIDwvYXNzb2NpYXRlZFBlcnNvbj4KICA8L2Fzc29jaWF0ZWRFbnRpdHk+CjwvcGFydGljaXBhbnQ+"^^xsd:base64Binary]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.