v2+ Details
0.3.2 - Working Draft to present the concept ideas (FO)

v2+ Details - Local Development build (v0.3.2). See the Directory of published versions

: Content for ADD Segment - 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 "myADDsegment"] ; # 
  fhir:contentType [ fhir:v "application/fhir+json"] ; # 
  fhir:data [ fhir:v "ew0KICAicmVzb3VyY2VUeXBlIjogInYyU2VnbWVudERlZmluaXRpb24iLA0KICAiaWQiOiAibXlBRERzZWdtZW50IiwNCiAgImNvZGUiOiAiQUREIiwNCiAgInRpdGxlIjogIkFERC1TZWdtZW50IiwNCiAgImRlc2NyaXB0aW9uIjogIlRoaXMgaXMgdGhlIGRlc2NyaXB0aW9uIGZvciB0aGUgQURELVNlZ21lbnQgLSBub3QgeWV0IGNvbXBsZXRlIg0KfQ=="^^xsd:base64Binary] . #