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 Library - TTL Representation

Page standards status: Informative

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:Library ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-sql"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Library example-sql</b></p><a name=\"example-sql\"> </a><a name=\"hcexample-sql\"> </a><a name=\"example-sql-en\"> </a><h2>Contents</h2><p><code>text/x-sql</code></p><pre><code class=\"language-sql\">SELECT Customers.CustomerName, Orders.OrderID\r\nFROM Customers\r\nLEFT JOIN Orders\r\nON Customers.CustomerID=Orders.CustomerID\r\nORDER BY Customers.CustomerName;\r\n</code></pre></div><div xml:lang=\"de\" lang=\"de\"><hr/><p><b>German</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Library example-sql</b></p><a name=\"example-sql-de\"> </a><h2>Contents</h2><p><code>text/x-sql</code></p><pre><code class=\"language-sql\">SELECT Customers.CustomerName, Orders.OrderID\r\nFROM Customers\r\nLEFT JOIN Orders\r\nON Customers.CustomerID=Orders.CustomerID\r\nORDER BY Customers.CustomerName;\r\n</code></pre></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Library example-sql</b></p><a name=\"example-sql-fr\"> </a><h2>Contents</h2><p><code>text/x-sql</code></p><pre><code class=\"language-sql\">SELECT Customers.CustomerName, Orders.OrderID\r\nFROM Customers\r\nLEFT JOIN Orders\r\nON Customers.CustomerID=Orders.CustomerID\r\nORDER BY Customers.CustomerName;\r\n</code></pre></div></div>"
  ] ; # 
  fhir:url [ fhir:v "http://somewhere.org/fhir/uv/myig/Library/example-sql"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0"] ; # 
  fhir:name [ fhir:v "ExampleLibrary"] ; # 
  fhir:title [ fhir:v "Example Library"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/library-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "asset-collection" ]     ] )
  ] ; # 
  fhir:date [ fhir:v "2020-05-15T00:00:00.000+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - [Some] Work Group"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/[something]" ]     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:content ( [
fhir:contentType [ fhir:v "text/x-sql" ] ;
fhir:data [ fhir:v "U0VMRUNUIEN1c3RvbWVycy5DdXN0b21lck5hbWUsIE9yZGVycy5PcmRlcklEDQpGUk9NIEN1c3RvbWVycw0KTEVGVCBKT0lOIE9yZGVycw0KT04gQ3VzdG9tZXJzLkN1c3RvbWVySUQ9T3JkZXJzLkN1c3RvbWVySUQNCk9SREVSIEJZIEN1c3RvbWVycy5DdXN0b21lck5hbWU7DQo="^^xsd:base64Binary ]
  ] ) . #