PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.crmi@2.0.0-ballot
    http://hl7.org/fhir/uv/crmi/Library/ExampleLicensedLibrary
{
  "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.",
  "_filename": "example/Library-ExampleLicensedLibrary.json",
  "package_name": "hl7.fhir.uv.crmi",
  "date": "2025-08-01T18:39:13+00:00",
  "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)."
    } ]
  },
  "publisher": "HL7 International / Clinical Decision Support",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": null,
  "type": "{:coding [{:system \\\"http://terminology.hl7.org/CodeSystem/library-type\\\", :code \\\"logic-library\\\"}]}",
  "experimental": null,
  "resourceType": "Library",
  "title": null,
  "package_version": "2.0.0-ballot",
  "status": "active",
  "id": "ce532cf4-0e2f-489d-a9fc-fb1bc22d2faa",
  "kind": null,
  "url": "http://hl7.org/fhir/uv/crmi/Library/ExampleLicensedLibrary",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.40.38.28.12",
    "system": "urn:ietf:rfc:3986"
  } ],
  "version": "2.0.0-ballot",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/dss",
      "system": "url"
    } ]
  } ]
}