Consolidated CDA (C-CDA)
4.0.0-ballot - STU4 United States of America flag

Consolidated CDA (C-CDA), published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-ccda/ and changes regularly. See the Directory of published versions

: Objective 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:id [ fhir:v "objective-section-example"] ; # 
  fhir:contentType [ fhir:v "application/xml"] ; # 
  fhir:data [ fhir:v "PHNlY3Rpb24geG1sbnM9InVybjpobDctb3JnOnYzIj4KICA8dGVtcGxhdGVJZCByb290PSIyLjE2Ljg0MC4xLjExMzg4My4xMC4yMC4yMS4yLjEiLz4KICA8Y29kZQljb2RlPSI2MTE0OS0xIiBjb2RlU3lzdGVtPSIyLjE2Ljg0MC4xLjExMzg4My42LjEiIAogICAgICBjb2RlU3lzdGVtTmFtZT0iTE9JTkMiIAogICAgICBkaXNwbGF5TmFtZT0iT0JKRUNUSVZFIERBVEEiLz4KICA8dGl0bGU+T0JKRUNUSVZFIERBVEE8L3RpdGxlPgogIDx0ZXh0PgogICAgPGxpc3QgbGlzdFR5cGU9Im9yZGVyZWQiPgogICAgICA8aXRlbT5DaGVzdDogY2xlYXIgdG8gYXVzYy4gTm8gcmFsZXMsIG5vcm1hbCBicmVhdGggc291bmRzPC9pdGVtPgogICAgICA8aXRlbT5IZWFydDogUlIsIFBNSSBpbiBub3JtYWwgbG9jYXRpb24gYW5kIG5vIGhlYXZlIG9yIGV2aWRlbmNlIG9mCiAgICAgICAgICAgICAgY2FyZGlvbWVnYWx5LG5vcm1hbCBoZWFydCBzb3VuZHMsIG5vIG11cm0gb3IgZ2FsbG9wPC9pdGVtPgogICAgPC9saXN0PgogIDwvdGV4dD4KPC9zZWN0aW9uPgo="^^xsd:base64Binary] . #