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
: Procedure Estimated Blood Loss Section 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 "Procedure-Estimated-Blood-Loss-Section-Example"]; #
fhir:Binary.contentType [ fhir:value "application/xml"]; #
fhir:Binary.data [ fhir:value "PHNlY3Rpb24+CiAgPHRlbXBsYXRlSWQgcm9vdD0iMi4xNi44NDAuMS4xMTM4ODMuMTAuMjAuMTguMi45Ii8+CiAgPGNvZGUgY29kZT0iNTk3NzAtOCIgY29kZVN5c3RlbT0iMi4xNi44NDAuMS4xMTM4ODMuNi4xIiAKICAgICAgY29kZVN5c3RlbU5hbWU9IkxPSU5DIiBkaXNwbGF5TmFtZT0iUFJPQ0VEVVJFIEVTVElNQVRFRCBCTE9PRCBMT1NTIi8+CiAgPHRpdGxlPlByb2NlZHVyZSBFc3RpbWF0ZWQgQmxvb2QgTG9zczwvdGl0bGU+CiAgPHRleHQ+TWluaW1hbDwvdGV4dD4KPC9zZWN0aW9uPgo="^^xsd:base64Binary]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.