Your User Friendly Name for MyIG Here
0.2.0 - CI Build
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
Page standards status: Informative |
{
"resourceType" : "Library",
"id" : "example-sql",
"text" : {
"status" : "generated",
"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>"
},
"url" : "http://somewhere.org/fhir/uv/myig/Library/example-sql",
"version" : "0.2.0",
"name" : "ExampleLibrary",
"title" : "Example Library",
"status" : "draft",
"experimental" : true,
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/library-type",
"code" : "asset-collection"
}
]
},
"date" : "2020-05-15T00:00:00.000+10:00",
"publisher" : "HL7 International - [Some] Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/[something]"
}
]
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"content" : [
{
"contentType" : "text/x-sql",
"data" : "U0VMRUNUIEN1c3RvbWVycy5DdXN0b21lck5hbWUsIE9yZGVycy5PcmRlcklEDQpGUk9NIEN1c3RvbWVycw0KTEVGVCBKT0lOIE9yZGVycw0KT04gQ3VzdG9tZXJzLkN1c3RvbWVySUQ9T3JkZXJzLkN1c3RvbWVySUQNCk9SREVSIEJZIEN1c3RvbWVycy5DdXN0b21lck5hbWU7DQo="
}
]
}