Skip to main content

Library

Trial Use 4 Specialized — Quality & Testing

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.

Endpoints

devhttps://api.sandbox.ovok.com/fhir/R5/Library
InteractionMethodPath
ReadGET/fhir/R5/Library/[id]
VreadGET/fhir/R5/Library/[id]/_history/[vid]
UpdatePUT/fhir/R5/Library/[id]
PatchPATCH/fhir/R5/Library/[id]
DeleteDELETE/fhir/R5/Library/[id]
CreatePOST/fhir/R5/Library
SearchGET/fhir/R5/Library?...
HistoryGET/fhir/R5/Library/[id]/_history
Type-historyGET/fhir/R5/Library/_history

Top-level elements

ElementType(s)CardinalityDescription
urluri0..1Canonical identifier for this library, represented as a URI (globally unique)
identifierIdentifier0..*Additional identifier for the library
versionstring0..1Business version of the library
versionAlgorithm[x]string / Coding0..1How to compare versions
namestring0..1Name for this library (computer friendly)
titlestring0..1Name for this library (human friendly)
subtitlestring0..1Subordinate title of the library
statuscode1..1draft
experimentalboolean0..1For testing purposes, not real usage
typeCodeableConcept1..1logic-library
subject[x]CodeableConcept / Reference0..1Type of individual the library content is focused on
datedateTime0..1Date last changed
publisherstring0..1Name of the publisher/steward (organization or individual)
contactContactDetail0..*Contact details for the publisher
descriptionmarkdown0..1Natural language description of the library
useContextUsageContext0..*The context that the content is intended to support
jurisdictionCodeableConcept0..*Intended jurisdiction for library (if applicable)
purposemarkdown0..1Why this library is defined
usagemarkdown0..1Describes the clinical usage of the library
copyrightmarkdown0..1Use and/or publishing restrictions
copyrightLabelstring0..1Copyright holder and year(s)
approvalDatedate0..1When the library was approved by publisher
lastReviewDatedate0..1When the library was last reviewed by the publisher
effectivePeriodPeriod0..1When the library is expected to be used
topicCodeableConcept0..*E.g. Education, Treatment, Assessment, etc
authorContactDetail0..*Who authored the content
editorContactDetail0..*Who edited the content
reviewerContactDetail0..*Who reviewed the content
endorserContactDetail0..*Who endorsed the content
relatedArtifactRelatedArtifact0..*Additional documentation, citations, etc
parameterParameterDefinition0..*Parameters defined by the library
dataRequirementDataRequirement0..*What data is referenced by this library
contentAttachment0..*Contents of the library, either embedded or referenced

Resource-specific search parameters

ParameterTypeDescription
composed-ofreferenceWhat resource is being referenced
content-typetokenThe type of content in the library (e.g. text/cql)
contexttokenA use context assigned to the activity definition
context-quantityquantityA quantity- or range-valued use context assigned to the activity definition
context-typetokenA type of use context assigned to the activity definition
context-type-quantitycompositeA use context type and quantity- or range-based value assigned to the activity definition
context-type-valuecompositeA use context type and value assigned to the activity definition
datedateThe activity definition publication date
depends-onreferenceWhat resource is being referenced
derived-fromreferenceWhat resource is being referenced
descriptionstringThe description of the activity definition
effectivedateThe time during which the activity definition is intended to be in use
identifiertokenExternal identifier for the activity definition
jurisdictiontokenIntended jurisdiction for the activity definition
namestringComputationally friendly name of the activity definition
predecessorreferenceWhat resource is being referenced
publisherstringName of the publisher of the activity definition
statustokenThe current status of the activity definition
successorreferenceWhat resource is being referenced
titlestringThe human-friendly name of the activity definition
topictokenTopics associated with the module
typetokenThe type of the library (e.g. logic-library, model-definition, asset-collection, module-definition)
urluriThe uri that identifies the activity definition
versiontokenThe business version of the activity definition

Reference

  • Official FHIR R5 spec: Library
  • Maturity: Trial Use 4 (FMM 4).