Consolidated CDA Release 2.1 StructureDefinition Prototype Publication
2.1.0-draft1 - CI Build United States of America

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

: Instruction 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 "Instruction-V2-Example"]; # 
  fhir:Binary.contentType [ fhir:value "application/xml"]; # 
  fhir:Binary.data [ fhir:value "PGFjdCBjbGFzc0NvZGU9IkFDVCIgbW9vZENvZGU9IklOVCI+CiAgPHRlbXBsYXRlSWQgcm9vdD0iMi4xNi44NDAuMS4xMTM4ODMuMTAuMjAuMjIuNC4yMCIgZXh0ZW5zaW9uPSIyMDE0LTA2LTA5IiAvPgogIDxjb2RlIGNvZGU9IjE3MTA0NDAwMyIgY29kZVN5c3RlbT0iMi4xNi44NDAuMS4xMTM4ODMuNi45NiIgZGlzcGxheU5hbWU9ImltbXVuaXphdGlvbiBlZHVjYXRpb24iIC8+CiAgPHRleHQ+CiAgICA8cmVmZXJlbmNlIHZhbHVlPSIjaW1tdW5TZWN0IiAvPgoJCVBvc3NpYmxlIGZsdS1saWtlIHN5bXB0b21zIGZvciB0aHJlZSBkYXlzLgoJCiAgPC90ZXh0PgogIDxzdGF0dXNDb2RlIGNvZGU9ImNvbXBsZXRlZCIgLz4KPC9hY3Q+"^^xsd:base64Binary]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.