{
  "resourceType": "StructureDefinition",
  "id": "shareablelibrary",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">to do</div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/shareablelibrary",
  "version": "4.6.0",
  "name": "ShareableLibrary",
  "title": "Shareable Library",
  "status": "draft",
  "experimental": false,
  "date": "2020-12-28T05:55:11+00:00",
  "publisher": "HL7",
  "description": "Enforces the minimum information set for the library metadata required by HL7 and other organizations that share and publish libraries",
  "fhirVersion": "4.6.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "objimpl",
      "uri": "http://hl7.org/fhir/object-implementation",
      "name": "Object Implementation Information"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Library",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Library",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Library",
        "path": "Library",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Library.extension:knowledgeCapability",
        "path": "Library.extension",
        "sliceName": "knowledgeCapability",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Library.extension:knowledgeRepresentationLevel",
        "path": "Library.extension",
        "sliceName": "knowledgeRepresentationLevel",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Library.extension:artifactComment",
        "path": "Library.extension",
        "sliceName": "artifactComment",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/cqf-artifactComment"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Library.url",
        "path": "Library.url",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "Library.identifier",
        "path": "Library.identifier",
        "mustSupport": true
      },
      {
        "id": "Library.version",
        "path": "Library.version",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Library.name",
        "path": "Library.name",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Library.title",
        "path": "Library.title",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Library.experimental",
        "path": "Library.experimental",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Library.date",
        "path": "Library.date",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Library.publisher",
        "path": "Library.publisher",
        "alias": [
          "steward"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Library.contact",
        "path": "Library.contact",
        "mustSupport": true
      },
      {
        "id": "Library.description",
        "path": "Library.description",
        "alias": [
          "scope"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Library.useContext",
        "path": "Library.useContext",
        "mustSupport": true
      },
      {
        "id": "Library.jurisdiction",
        "path": "Library.jurisdiction",
        "mustSupport": true
      }
    ]
  }
}