This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<Library xmlns="http://hl7.org/fhir">
<id value="ExampleLicensedLibrary"/>
<meta>
<extension
url="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-license">
<valueCode value="not-open-source"/>
</extension>
<extension
url="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-license-detail">
<valueMarkdown
value="# ACME Corporation's proprietary license for the Example Licensed Library.
This library is licensed under the ACME Corporation's proprietary license, which allows for use in non-commercial projects only. For more details, please refer to the license text at:
[ACME License](https://example.com/acme-license).
This license does not allow redistribution or modification of the library.
For inquiries, contact ACME Corporation at [info@example.com](mailto:info@example.com)."/>
</extension>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<div>
<table class="grid dict">
<tr>
<th scope="row"><b>Id: </b></th>
<td style="padding-left: 4px;">ExampleLicensedLibrary</td>
</tr>
<tr>
<th scope="row"><b>Version: </b></th>
<td style="padding-left: 4px;">2.0.0-ballot</td>
</tr>
<tr>
<th scope="row"><b>Url: </b></th>
<td style="padding-left: 4px;"><a href="Library-ExampleLicensedLibrary.html">ExampleLicensedLibrary</a></td>
</tr>
<tr>
<th scope="row">
<b>
</b>
</th>
<td style="padding-left: 4px;">
<p style="margin-bottom: 5px;">
<span>urn:oid:2.16.840.1.113883.4.642.40.38.28.12</span>
</p>
</td>
</tr>
<tr>
<th scope="row"><b>Type: </b></th>
<td style="padding-left: 4px;">
<p style="margin-bottom: 5px;">
<b>system: </b> <span><a href="http://terminology.hl7.org/6.5.0/CodeSystem-library-type.html">http://terminology.hl7.org/CodeSystem/library-type</a></span>
</p>
<p style="margin-bottom: 5px;">
<b>code: </b> <span>logic-library</span>
</p>
</td>
</tr>
<tr>
<th scope="row"><b>Date: </b></th>
<td style="padding-left: 4px;">2025-08-01 18:39:13+0000</td>
</tr>
<tr>
<th scope="row"><b>Publisher: </b></th>
<td style="padding-left: 4px;">HL7 International / Clinical Decision Support</td>
</tr>
<tr>
<th scope="row"><b>Description: </b></th>
<td style="padding-left: 4px;"><div><p>This example demonstrates how licensing information can be attached to FHIR knowledge artifacts using CRMI extensions.</p>
<p>The library shows two properties to artifact licensing:</p>
<ol>
<li><strong>License Code</strong>: A standardized code (like 'not-open-source') that provides machine-readable license classification</li>
<li><strong>License Detail</strong>: Human-readable markdown text that contains the full license terms, contact information, and usage restrictions</li>
</ol>
<p>This approach enables both automated license compliance checking through standardized codes and detailed legal clarity through comprehensive license text.</p>
</div></td>
</tr>
<tr>
<th scope="row"><b>Jurisdiction: </b></th>
<td style="padding-left: 4px;">001</td>
</tr>
</table>
</div>
</div>
</text>
<url value="http://hl7.org/fhir/uv/crmi/Library/ExampleLicensedLibrary"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.40.38.28.12"/>
</identifier>
<version value="2.0.0-ballot"/>
<status value="active"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/library-type"/>
<code value="logic-library"/>
</coding>
</type>
<date value="2025-08-01T18:39:13+00:00"/>
<publisher value="HL7 International / Clinical Decision Support"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/dss"/>
</telecom>
</contact>
<description
value="This example demonstrates how licensing information can be attached to FHIR knowledge artifacts using CRMI extensions.
The library shows two properties to artifact licensing:
1. **License Code**: A standardized code (like 'not-open-source') that provides machine-readable license classification
2. **License Detail**: Human-readable markdown text that contains the full license terms, contact information, and usage restrictions
This approach enables both automated license compliance checking through standardized codes and detailed legal clarity through comprehensive license text."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
</Library>