<?xml version="1.0" encoding="UTF-8"?>

<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-licenseDetail">
      <valueMarkdown value="# ACME Corporation's proprietary license for the Example Licensed Library.&#xA;&#xA;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:&#xA;[ACME License](https://example.com/acme-license).&#xA;&#xA;This license does not allow redistribution or modification of the library.&#xA;For inquiries, contact ACME Corporation at [info@example.com](mailto:info@example.com)."/>
    </extension>
  </meta>
  <language value="en"/>
  <text>
    <status value="extensions"/><div xmlns="http://www.w3.org/1999/xhtml">
  <table class="narrative-table">
    <tbody>
<tr>


<th colspan="2" scope="row" class="row-header">Metadata</th>


</tr>



<tr>


<th scope="row" class="row-header">Version</th>



<td class="content-container">2.0.0</td>


</tr>







  
<tr>


<th scope="row" class="row-header">Identifier</th>



<td class="content-container">urn:oid:2.16.840.1.113883.4.642.40.38.28.12</td>


</tr>










<tr>


<th scope="row" class="row-header">Jurisdiction</th>



<td class="content-container">
    World


</td>


</tr>








<tr>


<th scope="row" class="row-header">Steward (Publisher)</th>



<td class="content-container">HL7 International / Clinical Decision Support</td>


</tr>









<tr>


<th scope="row" class="row-header">Description</th>



<td class="content-container"><div><p>This example demonstrates how licensing information can be attached to FHIR 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" class="row-header">Type</th>



<td class="content-container">
    logic-library from <a href="http://terminology.hl7.org/7.1.0/CodeSystem-library-type.html">http://terminology.hl7.org/CodeSystem/library-type</a> 


</td>


</tr>








<tr>


<th colspan="2" scope="row" class="row-header"><a name="parameters"> </a>Parameters</th>


</tr>


<tr>


<th scope="row" class="row-header">Parameter</th>



<td class="content-container">None</td>


</tr>








<tr>
  <th colspan="2" scope="row" class="row-header">Generated using version 0.5.5 of the sample-content-ig Liquid templates</th>
</tr>

    </tbody>
  </table>
</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"/>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/library-type"/>
      <code value="logic-library"/>
    </coding>
  </type>
  <date value="2026-05-11T04:30:28+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 artifacts using CRMI extensions. &#xA;&#xA;The library shows two properties to artifact licensing:&#xA;1. **License Code**: A standardized code (like 'not-open-source') that provides machine-readable license classification&#xA;2. **License Detail**: Human-readable markdown text that contains the full license terms, contact information, and usage restrictions&#xA;&#xA;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>