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
: Patient Generated Document inFulfillmentOf 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 "Patient-Generated-Document-inFulfillmentOf-Example"]; #
fhir:Binary.contentType [ fhir:value "application/xml"]; #
fhir:Binary.data [ fhir:value "PGluRnVsZmlsbG1lbnRPZj4KICA8b3JkZXI+CiAgICA8IS0tIFRoZSByb290IGlkZW50aWZpZXMgdGhlIEVNUiBzeXN0ZW0gYXQgdGhlIEdvb2QgSGVhbHRoIEludGVybmFsIE1lZGljaW5lIFByYWN0aWNlIC0tPgogICAgPGlkIGV4dGVuc2lvbj0iT3JkMTIzNDUiIHJvb3Q9IjIuMTYuODQwLjEuMTEzODgzLjQuNi4xMjM0NTY3ODkwLjQiIC8+CiAgPC9vcmRlcj4KPC9pbkZ1bGZpbGxtZW50T2Y+"^^xsd:base64Binary]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.