PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@4.4.0
    http://hl7.org/fhir/StructureDefinition/Library
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.
package_name: hl7.fhir.r5.core
derivation: specialization
name: Library
type: Library
elements:
  description: {short: Natural language description of the library, type: markdown, isSummary: true, index: 16}
  date: {short: Date last changed, type: dateTime, isSummary: true, index: 13}
  dataRequirement: {type: DataRequirement, short: What data is referenced by this library, array: true, index: 32}
  endorser: {type: ContactDetail, short: Who endorsed the content, array: true, index: 29}
  publisher: {short: Name of the publisher (organization or individual), type: string, isSummary: true, index: 14}
  approvalDate: {short: When the library was approved by publisher, type: date, index: 22}
  jurisdiction:
    short: Intended jurisdiction for library (if applicable)
    type: CodeableConcept
    array: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/jurisdiction'}
    isSummary: true
    index: 18
  purpose: {short: Why this library is defined, type: markdown, index: 19}
  content: {short: 'Contents of the library, either embedded or referenced', type: Attachment, array: true, isSummary: true, index: 33}
  subjectCodeableConcept: {short: Type of individual the library content is focused on, type: CodeableConcept, meaningWhenMissing: Patient, choiceOf: subject, index: 11}
  name: {short: Name for this library (computer friendly), type: string, isSummary: true, index: 3}
  useContext: {short: The context that the content is intended to support, type: UsageContext, array: true, isSummary: true, index: 17}
  copyright: {short: Use and/or publishing restrictions, type: markdown, index: 21}
  type:
    short: logic-library | model-definition | asset-collection | module-definition
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/library-type'}
    isSummary: true
    index: 8
  experimental: {short: 'For testing purposes, not real usage', type: boolean, isSummary: true, index: 7}
  topic:
    short: E.g. Education, Treatment, Assessment, etc.
    type: CodeableConcept
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/definition-topic'}
    index: 25
  title: {short: Name for this library (human friendly), type: string, isSummary: true, index: 4}
  author: {type: ContactDetail, short: Who authored the content, array: true, index: 26}
  usage: {type: string, short: Describes the clinical usage of the library, index: 20}
  status:
    isModifier: true
    short: draft | active | retired | unknown
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/publication-status|4.4.0'}
    isModifierReason: This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration
    isSummary: true
    index: 6
  subtitle: {type: string, short: Subordinate title of the library, index: 5}
  url: {short: 'Canonical identifier for this library, represented as a URI (globally unique)', type: uri, isSummary: true, index: 0}
  identifier: {short: Additional identifier for the library, type: Identifier, array: true, isSummary: true, index: 1}
  lastReviewDate: {short: When the library was last reviewed, type: date, index: 23}
  editor: {type: ContactDetail, short: Who edited the content, array: true, index: 27}
  reviewer: {type: ContactDetail, short: Who reviewed the content, array: true, index: 28}
  version: {short: Business version of the library, type: string, isSummary: true, index: 2}
  relatedArtifact: {short: 'Additional documentation, citations, etc.', type: RelatedArtifact, array: true, index: 30}
  contact: {short: Contact details for the publisher, type: ContactDetail, array: true, isSummary: true, index: 15}
  subjectReference:
    short: Type of individual the library content is focused on
    refers: ['http://hl7.org/fhir/StructureDefinition/Group']
    type: Reference
    meaningWhenMissing: Patient
    choiceOf: subject
    index: 12
  subject:
    short: Type of individual the library content is focused on
    choices: [subjectCodeableConcept, subjectReference]
    meaningWhenMissing: Patient
    index: 10
  parameter: {type: ParameterDefinition, short: Parameters defined by the library, array: true, index: 31}
  effectivePeriod: {short: When the library is expected to be used, type: Period, isSummary: true, index: 24}
package_version: 4.4.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Library
base: http://hl7.org/fhir/StructureDefinition/MetadataResource
version: 4.4.0
required: [status, type]