v2+ Details - Local Development build (v0.3.2). See the Directory of published versions
: Example of LM - 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 "myLogicalExample"] ; #
fhir:contentType [ fhir:v "application/fhir+json"] ; #
fhir:data [ fhir:v "ew0KICAicmVzb3VyY2VUeXBlIjogIk15TE0iLA0KICAiaWQiOiAibXlMb2dpY2FsRXhhbXBsZSIsDQogICJpbXBvcnRhbnQiOiB0cnVlDQp9"^^xsd:base64Binary] . #