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 |
{
"resourceType" : "Library",
"id" : "ExampleLicensedLibrary",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-license",
"valueCode" : "not-open-source"
},
{
"url" : "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-license-detail",
"valueMarkdown" : "# ACME Corporation's proprietary license for the Example Licensed Library.\n\nThis 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:\n[ACME License](https://example.com/acme-license).\n\nThis license does not allow redistribution or modification of the library.\nFor inquiries, contact ACME Corporation at [info@example.com](mailto:info@example.com)."
}
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n \n \n\n \n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">ExampleLicensedLibrary</td>\n </tr>\n \n\n \n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">2.0.0-ballot</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Url: </b></th>\n <td style=\"padding-left: 4px;\"><a href=\"Library-ExampleLicensedLibrary.html\">ExampleLicensedLibrary</a></td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\">\n <b>\n \n \n \n </b>\n </th>\n <td style=\"padding-left: 4px;\">\n \n <p style=\"margin-bottom: 5px;\">\n <span>urn:oid:2.16.840.1.113883.4.642.40.38.28.12</span>\n </p>\n \n </td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Type: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p style=\"margin-bottom: 5px;\">\n <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>\n </p>\n \n \n <p style=\"margin-bottom: 5px;\">\n <b>code: </b> <span>logic-library</span>\n </p>\n \n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date: </b></th>\n <td style=\"padding-left: 4px;\">2025-08-01 18:39:13+0000</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher: </b></th>\n <td style=\"padding-left: 4px;\">HL7 International / Clinical Decision Support</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Description: </b></th>\n <td style=\"padding-left: 4px;\"><div><p>This example demonstrates how licensing information can be attached to FHIR knowledge artifacts using CRMI extensions.</p>\n<p>The library shows two properties to artifact licensing:</p>\n<ol>\n<li><strong>License Code</strong>: A standardized code (like 'not-open-source') that provides machine-readable license classification</li>\n<li><strong>License Detail</strong>: Human-readable markdown text that contains the full license terms, contact information, and usage restrictions</li>\n</ol>\n<p>This approach enables both automated license compliance checking through standardized codes and detailed legal clarity through comprehensive license text.</p>\n</div></td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Jurisdiction: </b></th>\n <td style=\"padding-left: 4px;\">001</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n </table>\n</div>\n</div>"
},
"url" : "http://hl7.org/fhir/uv/crmi/Library/ExampleLicensedLibrary",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.40.38.28.12"
}
],
"version" : "2.0.0-ballot",
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/library-type",
"code" : "logic-library"
}
]
},
"date" : "2025-08-01T18:39:13+00:00",
"publisher" : "HL7 International / Clinical Decision Support",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description" : "This example demonstrates how licensing information can be attached to FHIR knowledge artifacts using CRMI extensions. \n\nThe library shows two properties to artifact licensing:\n1. **License Code**: A standardized code (like 'not-open-source') that provides machine-readable license classification\n2. **License Detail**: Human-readable markdown text that contains the full license terms, contact information, and usage restrictions\n\nThis approach enables both automated license compliance checking through standardized codes and detailed legal clarity through comprehensive license text.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
]
}