Library

open class Library: DomainResource

Represents a library of quality improvement components.

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.

  • Represents a library of quality improvement components.

    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.

    Declaration

    Swift

    override open class var resourceType: String
  • When the library was approved by publisher.

    Declaration

    Swift

    public var approvalDate: FHIRDate?
  • Contact details for the publisher.

    Declaration

    Swift

    public var contact: [ContactDetail]?
  • Contents of the library, either embedded or referenced.

    Declaration

    Swift

    public var content: [Attachment]?
  • A content contributor.

    Declaration

    Swift

    public var contributor: [Contributor]?
  • Use and/or publishing restrictions.

    Declaration

    Swift

    public var copyright: FHIRString?
  • What data is referenced by this library.

    Declaration

    Swift

    public var dataRequirement: [DataRequirement]?
  • Date this was last changed.

    Declaration

    Swift

    public var date: DateTime?
  • Natural language description of the library.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • When the library is expected to be used.

    Declaration

    Swift

    public var effectivePeriod: Period?
  • For testing purposes, not real usage.

    Declaration

    Swift

    public var experimental: FHIRBool?
  • Additional identifier for the library.

    Declaration

    Swift

    public var identifier: [Identifier]?
  • Intended jurisdiction for library (if applicable).

    Declaration

    Swift

    public var jurisdiction: [CodeableConcept]?
  • When the library was last reviewed.

    Declaration

    Swift

    public var lastReviewDate: FHIRDate?
  • Name for this library (computer friendly).

    Declaration

    Swift

    public var name: FHIRString?
  • Parameters defined by the library.

    Declaration

    Swift

    public var parameter: [ParameterDefinition]?
  • Name of the publisher (organization or individual).

    Declaration

    Swift

    public var publisher: FHIRString?
  • Why this library is defined.

    Declaration

    Swift

    public var purpose: FHIRString?
  • Additional documentation, citations, etc..

    Declaration

    Swift

    public var relatedArtifact: [RelatedArtifact]?
  • The status of this library. Enables tracking the life-cycle of the content.

    Declaration

    Swift

    public var status: PublicationStatus?
  • Name for this library (human friendly).

    Declaration

    Swift

    public var title: FHIRString?
  • E.g. Education, Treatment, Assessment, etc.

    Declaration

    Swift

    public var topic: [CodeableConcept]?
  • logic-library | model-definition | asset-collection | module-definition.

    Declaration

    Swift

    public var type: CodeableConcept?
  • url

    Logical URI to reference this library (globally unique).

    Declaration

    Swift

    public var url: FHIRURL?
  • Describes the clinical usage of the library.

    Declaration

    Swift

    public var usage: FHIRString?
  • Context the content is intended to support.

    Declaration

    Swift

    public var useContext: [UsageContext]?
  • Business version of the library.

    Declaration

    Swift

    public var version: FHIRString?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(status: PublicationStatus, type: CodeableConcept)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
  • Undocumented

    Declaration

    Swift

    open class Library: DomainResource