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 MSA 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 "myMSAsegment"] ; # 
  fhir:contentType [ fhir:v "application/fhir+json"] ; # 
  fhir:data [ fhir:v "ew0KICAicmVzb3VyY2VUeXBlIjogInYyU2VnbWVudERlZmluaXRpb24iLA0KICAiaWQiOiAibXlNU0FzZWdtZW50IiwNCiAgImNvZGUiOiAiTVNIIiwNCiAgInRpdGxlIjogIk1TQS1TZWdtZW50Ig0KfQ=="^^xsd:base64Binary] . #