Your User Friendly Name for MyIG Here
0.2.0 - CI Build International flag

Your User Friendly Name for MyIG Here, published by HL7 International - [Some] Work Group. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sample-ig/ and changes regularly. See the Directory of published versions

: Example of Logical Model - 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 "logical-example"] ; # 
  fhir:contentType [ fhir:v "application/xml"] ; # 
  fhir:data [ fhir:v "PE15TG9naWNhbCB4bWxucz0iaHR0cDovL2V4YW1wbGUub3JnL2xvZ2ljYWwiPg0KICA8ZWxlbWVudDEgdmFsdWU9IjEiLz4NCiAgPGVsZW1lbnQyIHZhbHVlPSJUaGlzIGlzIGEgc3RyaW5nIj5UZXh0PC9lbGVtZW50Mj4NCjwvTXlMb2dpY2FsPg=="^^xsd:base64Binary] . #