http://hl7.org/fhir/StructureDefinition/Library|4.0.1

The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets.
description: The Library resource is a general-purpose container for knowledge asset definitions. It can be used to describe and expose existing knowledge assets such as logic libraries and information model descriptions, as well as to describe a collection of knowledge assets.
derivation: specialization
name: Library
type: Library
elements:
  description: {short: Natural language description of the library, isSummary: true, index: 14}
  date: {short: Date last changed, isSummary: true, index: 11}
  dataRequirement: {short: What data is referenced by this library, array: true, index: 30}
  endorser: {short: Who endorsed the content, array: true, index: 27}
  publisher: {short: Name of the publisher (organization or individual), isSummary: true, index: 12}
  approvalDate: {short: When the library was approved by publisher, index: 20}
  jurisdiction:
    short: Intended jurisdiction for library (if applicable)
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/jurisdiction'}
    isSummary: true
    index: 16
  purpose: {short: Why this library is defined, index: 17}
  content: {short: 'Contents of the library, either embedded or referenced', array: true, isSummary: true, index: 31}
  name: {short: Name for this library (computer friendly), isSummary: true, index: 3}
  useContext: {short: The context that the content is intended to support, array: true, isSummary: true, index: 15}
  copyright: {short: Use and/or publishing restrictions, index: 19}
  type:
    short: logic-library | model-definition | asset-collection | module-definition
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/library-type'}
    isSummary: true
    index: 8
  experimental: {short: 'For testing purposes, not real usage', isSummary: true, index: 7}
  topic:
    short: E.g. Education, Treatment, Assessment, etc.
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/definition-topic'}
    index: 23
  title: {short: Name for this library (human friendly), isSummary: true, index: 4}
  author: {short: Who authored the content, array: true, index: 24}
  usage: {short: Describes the clinical usage of the library, index: 18}
  status:
    isModifier: true
    short: draft | active | retired | unknown
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|4.0.1'}
    isModifierReason: This is labeled as \"Is Modifier\" because applications should not use a retired {{title}} without due consideration
    isSummary: true
    index: 6
  subtitle: {short: Subordinate title of the library, index: 5}
  url: {short: 'Canonical identifier for this library, represented as a URI (globally unique)', isSummary: true, index: 0}
  identifier: {short: Additional identifier for the library, array: true, isSummary: true, index: 1}
  lastReviewDate: {short: When the library was last reviewed, index: 21}
  editor: {short: Who edited the content, array: true, index: 25}
  reviewer: {short: Who reviewed the content, array: true, index: 26}
  version: {short: Business version of the library, isSummary: true, index: 2}
  relatedArtifact: {short: 'Additional documentation, citations, etc.', array: true, index: 28}
  contact: {short: Contact details for the publisher, array: true, isSummary: true, index: 13}
  subject:
    short: Type of individual the library content is focused on
    choices: []
    meaningWhenMissing: Patient
    index: 10
  parameter: {short: Parameters defined by the library, array: true, index: 29}
  effectivePeriod: {short: When the library is expected to be used, isSummary: true, index: 22}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Library
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [status, type]