FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypeLibrary
IdLibrary-ExampleLicensedLibrary.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Id: ExampleLicensedLibrary
Version: 2.0.0-ballot
Url: ExampleLicensedLibrary

urn:oid:2.16.840.1.113883.4.642.40.38.28.12

Type:

system: http://terminology.hl7.org/CodeSystem/library-type

code: logic-library

Date: 2026-02-25 21:22:55+0000
Publisher: HL7 International / Clinical Decision Support
Description:

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: 001

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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": "2026-02-25T21:22:55+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"
        }
      ]
    }
  ]
}